---
title: "candidateDelete"
method: POST
path: "candidateDelete"
tags: ["Webhook Payloads"]
---

# candidateDelete

`POST candidateDelete` (webhook)

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

## Payload

- object
  - `action` 'candidateDelete', required
  - `data` object, required
    - `candidate` object
      - `id` string, uuid

## Acknowledgement `200`

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

---

[API](https://skmtc.net/ashbyhq/apis/ashby-api.md) · [All operations](https://skmtc.net/ashbyhq/apis/ashby-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ashbyhq/ashby-api/revisions/778b919dc743/schema)
