Logo
Zoom Public API Documentation

Delete a site setting

DELETE {{baseUrl}}/phone/sites/:siteId/settings/:settingType?device_type=Poly trioc60&holiday_id=n6wfnyoFSmWwY121cPe66g

Sites allow you to organize Zoom Phone users in your organization. Use this API to delete the site setting of a specific 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 
device_type
string The device type. Enable SRTP AES-256 encryption on the site for the specified device type. Used for `security` setting type.
holiday_id
string The holiday hour setting ID. Used for `holiday_hours` setting type.



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status





Curl
curl -X DELETE 'https://api.zoom.us/v2/phone/sites/:siteId/settings/:settingType?device_type=Poly trioc60&holiday_id=n6wfnyoFSmWwY121cPe66g?device_type=Poly trioc60&holiday_id=n6wfnyoFSmWwY121cPe66g' -H 'Accept: application/json'

ENDPOINTS