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