/1/ Learner - Delete

Overview

The /1/learner - Delete is used to delete learners that the reseller owns.

You will receive a token to then use on the Learner Delete Confirmation call.

NOTE: This API is currently in beta and applies only to the 'iFrame' API customers.

KeyValueExample
User-Agent<company identifier>The exact value here is not important, but it should include something to identify your company
Acceptapplication/json
AuthorizationBearer <your token>Bearer wV1MLkss5+sFzioJw/3M5r9A==
(Optional) Learner IDX-UserId: IDThis will attach the Learner to this User (so if you have a User who want's to create a Learner under his account/org you would add their userid.

Code Example

curl --location --request DELETE 'https://api-sandbox.vbmappapp.com/1/learner/LEARNERID' \
  --header 'Authorization: Bearer YourTOKEN'

Example response

  {
    "deletionToken": "eyJ0eXAiOiJKV1QiLCJhbGc...",
    "learnerId": 12344,
    "learnerName": "John Doe",
    "expiresAt": "2025-07-29T12:30:00+00:00"
  }

Did this page help you?