Client
DELETE /api/v1/headless/client/{identifier}
Use this endpoint to delete all objects associated with a clientIdentifier
.
Path parameters
Field | Description | Options |
---|
identifier | Client identifier | N/A |
Responses
Code | Description |
---|
200 | All related objects and creators deleted |
DELETE /api/v1/headless/user/{identifier}
Use this endpoint to delete a user by their identifier. You can choose what to do with any courses associated with this identifier.
Path parameters
Field | Description | Options |
---|
identifier | Identifier | N/A |
Body properties
Field | Type | Description | Required | Options |
---|
action | string | How to handle courses allocated to this user | No | reallocate delete ignore |
reallocateTo | string | If action is reallocate, the identifier to reallocate to | No | N/A |
Responses
Code | Description |
---|
200 | Success |