Delete a phone number
delete
Delete a secondary phone number for a customer. Primary phone numbers cannot be deleted.
Authorizations
AuthorizationstringRequired
Bearer {apikey}
Path parameters
agentIdstringRequired
customerIdstringRequired
phoneNumberIdstringRequired
Responses
204
Phone number deleted successfully
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
delete
/v1/agents/{agentId}/customers/{customerId}/phone-numbers/{phoneNumberId}No content
Last updated