Logo
Zoom Public API Documentation

Delete a region

DELETE {{baseUrl}}/contact_center/regions/:regionId?move_users_to_region_id=<string>

Delete a site and move its members to another region.

Scopes: contact_center_region:write:admin

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 
move_users_to_region_id
string (Required) ID of the region to move users to.



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X DELETE 'https://api.zoom.us/v2/contact_center/regions/:regionId?move_users_to_region_id=<string>?move_users_to_region_id=<string>'

ENDPOINTS