Logo
Zoom Public API Documentation

Delete a call handling setting

DELETE {{baseUrl}}/phone/extension/:extensionId/call_handling/settings/:settingType?call_forwarding_id=<string>&holiday_id=<string>

Deletes a Zoom Phone's call handling settings. Call handling settings let you control how your system routes calls during business, closed, or holiday hours. For more information, read our API guide or Zoom support article Customizing call handling settings.

Applicable to user, call queue, auto receptionist, or shared line group call handling at this time.

Prerequisites: * Pro or a higher account with Zoom Phone enabled

Scopes: phone:write:admin

Granular Scopes: phone:delete:call_handling_setting:admin

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 
call_forwarding_id
string The call forwarding's ID. Use this parameter if you pass the `call_forwarding_id` value for the `settingType` parameter.
holiday_id
string The holiday's ID. Use this parameter if you pass the `holiday_id` value for the `settingType` parameter.



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X DELETE 'https://api.zoom.us/v2/phone/extension/:extensionId/call_handling/settings/:settingType?call_forwarding_id=<string>&holiday_id=<string>?call_forwarding_id=<string>&holiday_id=<string>'

ENDPOINTS