---
title: "Delete a list of call recordings"
method: POST
path: "/recordings/actions/delete"
tags: ["Call Recordings"]
---

# Delete a list of call recordings

`POST /recordings/actions/delete`

Permanently deletes a list of call recordings.

## Request body

- object
  - `ids` string[], required — List of call recording IDs to delete.

## Response `200`

The recordings have been successfully deleted.

- object
  - `status` 'ok'

## Other responses

- `401` — Unauthorized. The request lacks valid authentication credentials.
- `404` — Resource not found. The requested resource or URL could not be found.
- `default` — Unexpected error.

---

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