---
title: "Delete a call recording"
method: DELETE
path: "/v1/recordings/{id}"
tags: ["Call recording"]
---

# Delete a call recording

`DELETE /v1/recordings/{id}`

Deletes the call recording identified by `id`. Deletion is permanent and removes the recording file.

## Path parameters

- `id` integer, required

## Response `200`

Returns a success confirmation. The recording is deleted.

- SuccessResponse
  - `success` boolean, required — Indicates whether the request was successful.

## Other responses

- `400` — Returns when the recording has already been deleted.
- `401` — Unauthorized
- `403` — Request failed. The feature is disabled for your account.
- `404` — Request failed. An object with the specified ID is not found.

## Changes

- **2026-06-15** `76b9bb35619f` — 4 info
  - added the optional property `error` to the response with the `400` status
  - the response property `message` became required for the status `400`
  - the response property `success` became required for the status `200`
  - added the required property `success` to the response with the `400` status
- **2026-05-25** `33be77905120` — 1 info
  - the endpoint scheme security `bearerAuth` was added to the API
- **2026-04-20** `2e48fd9894e1` — 1 info
  - api operation id `Deletecallrecording` removed and replaced with `call_recording_delete`
- **2026-02-12** `fabaadf195a9` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/wavix/apis/wavix-apis/changes/v1/recordings/:id/delete.md)

---

[API](https://skmtc.dev/wavix/apis/wavix-apis.md) · [All operations](https://skmtc.dev/wavix/apis/wavix-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wavix/wavix-apis/revisions/b22f170488b6/schema)
