Logo
Zoom Public API Documentation

Delete a phone site

DELETE {{baseUrl}}/phone/sites/:siteId?transfer_site_id=<string>

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.

Scopes: phone:write:admin

Granular Scopes: phone:delete:site: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.



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X DELETE 'https://api.zoom.us/v2/phone/sites/:siteId?transfer_site_id=<string>?transfer_site_id=<string>'

ENDPOINTS