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

# delete session

`DELETE /v1/sessions/{id}`

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.

## Path parameters

- `id` string, uuid, required

## Response `200`

Successfully deleted session data

- object
  - `message` string
  - `deletedAt` string, date-time — When the session 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)
