Logo
Zoom Public API Documentation

Unassign a phone number

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

Unassigns 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.

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

Scopes: phone:write,phone:write:admin

Granular Scopes: phone:delete:user_number,phone:delete:user_number:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





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

ENDPOINTS