Sessions
delete session report
Permanently deletes the conversation data captured for a session: the session report (transcript, per-turn analytics, tool call details), generated insights, and conversation summary. 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 report succeeds.
delete/v1/sessions/{id}/report
Path parameters
idstring uuid required
Session ID
Response
Successfully deleted session report data
Example response
{
"message": "Session report deleted"
}Changes
No recorded changes to this endpoint across all 6 revisions of this API.