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.

Scopes: phone:write:admin

Rate Limit Label: Light

Prerequisites: * A Business or Enterprise account * A Zoom Phone license * The Zoom Room 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/rooms/:roomId/phone_numbers/:phoneNumberId' -H 'Accept: application/json'

ENDPOINTS