Back to Organization & People Management
Delete Candidate
Deletes a candidate by ID
Request Details
path Parameters
| Field | Type | Required | Description | 
|---|---|---|---|
| id | string  | Yes | The unique identifier of the candidate | 
Sample Request & Response
DELETE
/v1/candidates/{id}Sample Request
Headers:
{
  "Authorization": "Bearer <YOUR_API_KEY>"
}Path Parameters:
{
  "id": "string (required) - The unique identifier of the candidate"
}Sample Response (204)
{}