Remove phone numbers
DELETE/business/{businessId}/phone
If a registered business no longer has control over one or more phone numbers, use this API to un-register those phone numbers. It is important to maintain accurate phone number lists for registered businesses, as an inaccurate phone number list may impact a business’ calling reputation.
Phone numbers may be deleted individually, or deleted as a job name set. Phone numbers should be in E.164 format. IMPORTANT: Phone numbers must be provided using URL escaped characters. This means the + sign from E.164 phone numbers is replaced with ‘%2b’.
Path Parameters
Id of a business
60ff7262-d373-4242-8fc8-a3ecfb51d0c1Query Parameters
Individual phone numbers to be removed from this business. Phone numbers must be provided using E.164 formatting and must be URL-encoded, provided as a list separated by ampersands (&). For example, "?phones=%2b12065550123&phones=%2b12065559876"
Optionally a single job name to remove all phone numbers with that job name. If used, it is not supported to also provide a list of phone numbers.
Responses
- 202
- 400
- 401
- 404
- 500
Accepted
Response Body
Bad Request
Response Body
Unauthorized
Response Body
Not Found
Response Body
Internal Server Error
Response Body