Content Sessions
Delete a content session
Permanently deletes a content session and all its associated data (progress, survey answers, etc.). This operation cannot be undone. The API is idempotent - attempting to delete a non-existent session will return a success response.
DELETE
Path Parameters
string
required
The unique identifier of the content session to delete.
Response
Returns a deletion confirmation object with the following fields:string
The unique identifier of the deleted content session.
string
String representing the object’s type. Always set to
contentSession.boolean
Indicates the success of the deletion operation. Always
true when the request succeeds.