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