latestOpenAPI 3.1.02026-08-206635377.2 KB
dae97e8eb063
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"
}