DELETE api/clients/{clientId}/contact/{contactId}
Deletes a client's contact.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientId |
The client ID to delete the contact for. |
integer |
Required |
contactId |
Id of the contact to delete. |
integer |
Required |
Body Parameters
None.
Response Information
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.