Delete queue recordings

DELETE {{baseUrl}}/contact_center/queues/:queueId/recordings?delete_all_recordings=true

Delete all recordings in a queue.

Note: Use recording-related APIs to manipulate data whose recording creation time is after 2022-07-18.

Scopes: contact_center_recording:write:admin

Rate Limit Label: Light

Request Params

KeyDatatypeRequiredDescription
delete_all_recordingsbooleanWhether to delete all recordings in this queue.
  • true — Delete all recordings in this queue |