Logo
Zoom Public API Documentation

Remove a phone number from a Zoom Room

DELETE {{baseUrl}}/phone/rooms/:roomId/phone_numbers/:phoneNumberId

Use this API to unassign a phone number from a Zoom Room.

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

Scopes: phone:write:admin

Granular Scopes: phone:delete:room_phone_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/rooms/:roomId/phone_numbers/:phoneNumberId'

ENDPOINTS