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

# delete session recording

`DELETE /v1/sessions/{id}/recording`

Permanently deletes the session's video recording from storage. 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 recording succeeds.

## Path parameters

- `id` string, uuid, required

## Response `200`

Successfully deleted session recording

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