Delete a phone number
DELETE/v1/phone/{ccc}/{national}
Deletes a registered phone number and returns an empty response.
Path Parameters
ccc stringrequired
Country code of the phone number
Example:
1
national stringrequired
National part of the phone number
Example:
6467629160
Responses
- 204
- 401
- 408
- 500
No Content - Phone number has been deleted or did not exist.
Unauthorized - The API Key is invalid or missing.
Request timeout - A complete request was not received by the server within its allotted timeout period. It's safe to retry.
Internal Server Error - The server has experienced an unexpected condition and is unable to process the request.