Logo
Zoom Public API Documentation

Delete a common area phone

DELETE {{baseUrl}}/phone/common_area_phones/:commonAreaPhoneId

A common area phone can be provisioned by a Zoom account owner or a Zoom admin so that anyone in an organization can use it. For example, if your office has shared desks that don't belong to a specific employees, you could add a common area phone so that any person can use it. Use this API to remove the common area phone from Zoom Phone System in an account.

Prerequisites:

  • Pro or a higher account with Zoom Phone license.
  • Account owner or admin permissions.
  • Supported device

Scopes: phone:write:admin

Rate Limit Label: Light

 

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/common_area_phones/:commonAreaPhoneId' -H 'Accept: application/json'

ENDPOINTS