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:

Servers

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: voice_mail

Query parameters

Name Type Required Description
shared_id String Yes

Required only for voicemail setting type.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.