/1/authorize - Delete

Overview

This API is used to delete user learner authorization

Headers

KeyvalueDescription
X-LearnerId<LearnerId value>The learner for which you want to create the authorization for

Params

KeyValueDescription
userId<UserId Value>The User for which you want to create the authorization for

Code Example

curl --location --request DELETE 'https://api-sandbox.vbmappapp.com/1/authorize?userId=318' \
--header 'X-LearnerId: 19333' \
--header 'Authorization: Bearer **************'

Example Response