---
title: "Deletes the recording"
method: DELETE
path: "/recording/{recording_id}"
tags: ["recording"]
---

# Deletes the recording

`DELETE /recording/{recording_id}`

## Path parameters

- `recording_id` string, required

## Response `204`

Successfully deleted recording

## Other responses

- `400` — Invalid recording
- `401` — Unauthorized
- `404` — Recording doesn't exist

## Changes

- **2024-02-22** `4f1bea96a0f9` — 1 info
  - the endpoint scheme security `authorization` was added to the API
- **2024-02-12** `911cbd65995d` — 1 info
  - added the non-success response with the status `401`
- **2023-12-08** `9453a0d77f74` — 1 info
  - added the non-success response with the status `400`
- **2023-10-27** `ef2224df51a4` — 1 info
  - endpoint added
- **2023-07-18** `dafa9a249254` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/fishjam-dev/apis/fishjam-media-server/changes/recording/:recording_id/delete.md)

---

[API](https://skmtc.dev/fishjam-dev/apis/fishjam-media-server.md) · [All operations](https://skmtc.dev/fishjam-dev/apis/fishjam-media-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fishjam-dev/fishjam-media-server/revisions/7227c4e436c0/schema)
