Sites allow you to organize Zoom Phone users in your organization. Use this API to delete a specific site https://support.zoom.us/hc/enus/articles/360020809672 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 https://support.zoom.us/hc/enus/articles/360020809672ManagingMultipleSites must be enabled.**Scope:** phone:write:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light

deletePhoneSite(siteId, transfer_site_id, return_response = F)

Arguments

siteId

Unique Identifier of the Site.

transfer_site_id

The Site ID of another site where the assets of the current site users, numbers and phones can be transferred to.

return_response

Whether to return the response instead of the response content. Defaults to FALSE.