---
title: "Delete recording"
method: DELETE
path: "/recordings/{recordingId}"
---

# Delete recording

`DELETE /recordings/{recordingId}`

Deletes the specified recording. The endpoint is idempotent, meaning it will return the same response even if the recording has already been deleted.

## Path parameters

- `recordingId` string, required

## Response `204`

The resource was deleted successfully.

## Other responses

- `401` — Access token is missing or invalid
- `429` — You are rate limited

---

[API](https://skmtc.net/whereby/apis/whereby-rest-api.md) · [All operations](https://skmtc.net/whereby/apis/whereby-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/whereby/whereby-rest-api/revisions/3d9aec0774ff/schema)
