---
title: "delete session report"
method: DELETE
path: "/v1/sessions/{id}/report"
tags: ["Sessions"]
---

# delete session report

`DELETE /v1/sessions/{id}/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.

## Path parameters

- `id` string, uuid, required

## Response `200`

Successfully deleted session report data

- object
  - `message` string
  - `deletedAt` string, date-time — When the report data was erased

## Other responses

- `400` — Bad request - Invalid session ID
- `401` — Unauthorized - Invalid or missing API key
- `403` — Forbidden - API key lacks the required permission
- `404` — Not Found - Session not found
- `409` — Conflict - Session has not ended yet
- `500` — Server error

---

[API](https://skmtc.net/anam/apis/anam-ai-api.md) · [All operations](https://skmtc.net/anam/apis/anam-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anam/anam-ai-api/versions/67afd1c5db59/schema)
