---
title: "Delete Company Call Recordings"
method: DELETE
path: "/restapi/v1.0/account/{accountId}/call-recordings"
tags: ["Call Recordings"]
---

# Delete Company Call Recordings

`DELETE /restapi/v1.0/account/{accountId}/call-recordings`

Deletes company call recordings by their IDs. *Please note:* This method deletes the recording file itself,
not the record of it in the call log.

## Path parameters

- `accountId` string, required

## Request body

- CallRecordingIds
  - `records` string[], required — Call recordings ID(s) to delete

## Response `204`

Successful response

## Other responses

- `400` — General response with **HTTP 400 "Bad request"** status.<br> Reasons: unparsable request, path, query or body parameters are invalid. The error description may contain reference to particular parameter(s) which haven't passed the validation.
- `403` — General response with **HTTP 403 "Forbidden"** status.<br> Reasons: the requested operation is forbidden because of certain resource state, lack of permissions, feature unavailability, etc.
- `404` — General response with **HTTP 404 "Not found"** status.<br> Reasons: the entity with given ID (typically specified in a path parameter), is not found or inaccessible
- `500` — General response with **HTTP 500 "Internal Server Error"** status.<br> Reasons: general server-side error.
- `503` — General response with **HTTP 503 "Service not available"** status.<br> Reasons: server cannot process the request because of being overloaded, misconfiguration or other issues.

---

[API](https://skmtc.net/ringcentral/apis/ringcentral-api.md) · [All operations](https://skmtc.net/ringcentral/apis/ringcentral-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringcentral/ringcentral-api/versions/8d602198ec97/schema)
