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:
- Business or Enterprise account
- A Zoom Phone license
- User must have been previously assigned a Zoom Phone number.
Servers
- https://api.zoom.us/v2
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
- 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.