v4

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

messagestring
deletedAtstring date-time

When the report data was erased

Example response

{
  "message": "Session report deleted"
}