Delete user's recordings
DELETE {{baseUrl}}/contact_center/users/:userId/recordings?delete_all_recordings=true
Delete all of a given user's recordings.
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 of this user's recordings. |
true
— Delete all of this user's recordings |