DELETE /phone/users/{userId}/phone_numbers/{phoneNumberId}

Unassign phone number of a Zoom phone user.

After assigning a phone number, you can remove it if you don't want it to be assigned to anyone.

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

  1. Business or Enterprise account
  2. A Zoom Phone license
  3. User must have been previously assigned a Zoom Phone number.

Servers

Path parameters

Name Type Required Description
userId String Yes

Provide either userId or email address of the user.

phoneNumberId String Yes

Provide either phone number or phoneNumberId of the user.

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.