Sessions
delete session recording
Permanently deletes the session's video recording from storage. This removes customer information only — the session record itself and its usage records are retained. The session must have ended. This action is irreversible. Idempotent: deleting an already-deleted recording succeeds.
delete/v1/sessions/{id}/recording
Path parameters
idstring uuid required
Session ID
Response
Successfully deleted session recording
Example response
{
"message": "Session recording deleted"
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.