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