---
title: "Delete a previously recorded video file"
method: POST
path: "/recording/delete"
---

# Delete a previously recorded video file

`POST /recording/delete`

## Request body

- DeleteRecordingRequest
  - `id` string — Identifier of the recording session to delete, as passed to /recording/start. Alphanumeric or hyphen. When omitted, the default recording session is deleted.

## Response `200`

Recording deleted

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error

## Changes

> 52 revisions in range; 4 could not be searched.

- **2025-12-09** `c0608276c9b0` — 1 info
  - added the non-success response with the status `409`
- **2025-07-28** `15eb72cd7aaa` — 1 info
  - endpoint added
- **2025-06-27** `f980a92ab23f` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/kernel/apis/kernel-images-api/changes/recording/delete/post.md)

---

[API](https://skmtc.dev/kernel/apis/kernel-images-api.md) · [All operations](https://skmtc.dev/kernel/apis/kernel-images-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kernel/kernel-images-api/revisions/7a641fa15a85/schema)
