Logo
Zoom Public API Documentation

Delete a phone site

DELETE {{baseUrl}}/phone/sites/:siteId?transfer_site_id=8f71O6rWT8KFUGQmJIFAdQ

Sites allow you to organize Zoom Phone users in your organization. Use this API to delete a specific site in a Zoom account. To delete a site, in the query parameter, you must provide The site ID of another site where the assets of current site (users, numbers and phones) can be transferred to. You cannot use this API to delete the main site.

Prerequisites:

  • Account must have a Pro or a higher plan with Zoom Phone license.
  • Multiple sites must be enabled.

Scope: phone:write:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 
transfer_site_id
string (Required) The site ID of another site where the assets of the current site (users, numbers and phones) can be transferred to.



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status





Curl
curl -X DELETE 'https://api.zoom.us/v2/phone/sites/:siteId?transfer_site_id=8f71O6rWT8KFUGQmJIFAdQ?transfer_site_id=8f71O6rWT8KFUGQmJIFAdQ' -H 'Accept: application/json'

ENDPOINTS