DELETE /phone/users/{userId}/settings/{settingType}
Remove the shared voicemail access settings that were previously assigned to a user.
To view these settings in your Zoom web portal, navigate to Admin >Phone System Management> Users & Rooms. Click the Users tab and select User Settings. Scroll down to Voicemail & Call Recordings.
Scope: phone:write:admin
Prerequisites:
- Business or enterprise Account
Rate Limit Label:Light
Servers
- https://api.zoom.us/v2
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
userId |
String | Yes |
Unique identifier of the user. |
settingType |
String | Yes |
Corresponds to the setting item you wish to remove. Allowed values: |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
shared_id |
String | Yes |
Required only for voicemail setting type. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.