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