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
Key | Datatype | Required | Description |
---|---|---|---|
delete_all_recordings | boolean | Whether to delete all recordings in this queue. |
true
— Delete all recordings in this queue |