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"
}

Changes

No recorded changes to this endpoint across all 47 revisions of this API.