DELETE api/clients/{clientId}/contact/{contactId}

Deletes a client's contact.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.