Logo
Zoom Public API Documentation

Unassign phone number

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

Use this API to unassign Zoom Phone user's phone number.

After assigning a phone number, you can remove it if you do not want it to be assigned to anyone.

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

Prerequisites: * A Business or Enterprise account * A Zoom Phone license * The user must have been previously assigned a Zoom Phone number

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status





Curl
curl -X DELETE 'https://api.zoom.us/v2/phone/users/:userId/phone_numbers/:phoneNumberId' -H 'Accept: application/json'

ENDPOINTS