Logo
Zoom Public API Documentation

Delete a user setting

DELETE {{baseUrl}}/phone/users/:userId/settings/:settingType?shared_id=--e8ugg0SeS-9clgrDkn2w&assistant_extension_id=---52bTzRAW2z5Qdu_MQRg&device_id=-GHFnf5WQe-H-_r0Wwx9iQ&intercom_extension_id=GQUUuvGMQu-bvod7HsYYIw

Use this API to remove the setting type of a user for a shared voicemail access and delegation. For user-level apps, pass the me value instead of the userId parameter.

To view these settings in your Zoom web portal, navigate to the Admin >> Phone System Management >> Users & Rooms interface. Click the Users tab and select User Settings. Scroll down to Voicemail & Call Recordings.

Scopes: phone:write:admin Rate Limit Label: Light

Prerequisites: * A Business or Enterprise account

 

Body PARAM

Key Datatype Required Description 
shared_id
string Required only for voicemail setting type.
assistant_extension_id
string Delete the delegation assistant, used for delegation setting type.
device_id
string Delete the assigned device, used for `desk_phone` setting type.
intercom_extension_id
string Delete the intercom connection, used for `intercom` setting type.



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status





Curl
curl -X DELETE 'https://api.zoom.us/v2/phone/users/:userId/settings/:settingType?shared_id=--e8ugg0SeS-9clgrDkn2w&assistant_extension_id=---52bTzRAW2z5Qdu_MQRg&device_id=-GHFnf5WQe-H-_r0Wwx9iQ&intercom_extension_id=GQUUuvGMQu-bvod7HsYYIw?shared_id=--e8ugg0SeS-9clgrDkn2w&assistant_extension_id=---52bTzRAW2z5Qdu_MQRg&device_id=-GHFnf5WQe-H-_r0Wwx9iQ&intercom_extension_id=GQUUuvGMQu-bvod7HsYYIw' -H 'Accept: application/json'

ENDPOINTS