v1

latestOpenAPI 3.1.02026-07-24181585937.4 KB
Webhook Payloads

candidateDelete

Triggered when a candidate is deleted. Includes the deleted candidate id.

postWebhookcandidateDelete

Payload

action'candidateDelete' required

Example payload

{
  "data": {
    "candidate": {
      "id": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e"
    }
  }
}

Response

Return a 200 status to indicate that the data was received successfully