v4
latestOpenAPI 3.1.02026-08-086635375.7 KBSessions
delete session
Permanently deletes all customer information captured for a session: the session report (transcript, per-turn analytics, tool call details), generated insights, conversation summary, the video recording, and requester IP. This removes customer information only — the session record itself and its usage records are retained for billing and aggregate statistics. The session must have ended. This action is irreversible. Idempotent: deleting already-deleted session data succeeds.
delete/v1/sessions/{id}
Path parameters
idstring uuid required
Session ID
Response
Successfully deleted session data
Example response
{
"message": "Session data deleted"
}