LMS
cURL
curl --request DELETE \ --url https://api.stackone.com/unified/lms/users/{id}/completions/{subResourceId} \ --header 'Authorization: Basic <encoded-value>' \ --header 'x-account-id: <x-account-id>'
{ "statusCode": 204, "message": "Record deleted successfully.", "timestamp": "2021-01-01T01:01:01.000Z" }
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
The account identifier
The completion was deleted successfully.
The response is of type object.
object
Was this page helpful?