v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Call Recordings

Delete a list of call recordings

Permanently deletes a list of call recordings.

post/recordings/actions/delete

Request body

idsstring[] required

List of call recording IDs to delete.

Response

The recordings have been successfully deleted.

status'ok'

Example response

{
  "status": "ok"
}