/1/authorize - Delete
Overview
This API is used to delete user learner authorization
Headers
Key | value | Description |
---|---|---|
X-LearnerId | <LearnerId value> | The learner for which you want to create the authorization for |
Params
Key | Value | Description |
---|---|---|
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
Updated 19 days ago