DELETE
/
unified
/
lms
/
users
/
{id}
/
completions
/
{subResourceId}
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"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Headers

x-account-id
string
required

The account identifier

Path Parameters

id
string
required
subResourceId
string
required

Response

200
application/json
The completion was deleted successfully.
statusCode
number
required
Example:

204

message
string
required
Example:

"Record deleted successfully."

timestamp
string
required
Example:

"2021-01-01T01:01:01.000Z"