Logo
Zoom Public API Documentation

Delete a role

DELETE {{baseUrl}}/contact_center/roles/:roleId?transfer_role_id=<string>

Use this API to delete a role.

Scopes: contact_center_role:write:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 
transfer_role_id
string (Required) The transfer role's ID. If you deleted the role, you will need to reassign the users associated to this role to a different role.



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X DELETE 'https://api.zoom.us/v2/contact_center/roles/:roleId?transfer_role_id=<string>?transfer_role_id=<string>'

ENDPOINTS