v4

latestOpenAPI 3.1.02026-08-086635375.7 KB
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

messagestring
deletedAtstring date-time

When the recording was erased

Example response

{
  "message": "Session recording deleted"
}