DELETE api/v1/portals/{portalUid}/customer/clients/{clientGuid}/contacts/{clientContactGuid}
Deletes the client contact by the specified client contact Guid.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| portalUid |
The customer portal |
globally unique identifier |
Required |
| clientGuid |
The client we are deleted the contact from |
globally unique identifier |
Required |
| clientContactGuid |
The client contact Guid to be deleted |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns http response message.
None.