DELETE api/v1/portals/{portalUid}/customer/clients/{clientGuid}
Deletes a client in the given customers portal
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| portalUid |
the customers portal Uid |
globally unique identifier |
Required |
| clientGuid |
the client to delete |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
200 if successful
None.