Deletes the external agent's phone number specified using the external agent id and phone number type code path variables.
DELETE
/external-agents/{externalAgentId}/phone-numbers/{phoneNumberTypeCode}
curl \
--request DELETE 'http://api.example.com/external-agents/{externalAgentId}/phone-numbers/{phoneNumberTypeCode}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{}
Response examples (404)
{
"code": 42,
"message": "string",
"details": [
"string"
]
}