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

# offerDelete

`POST offerDelete` (webhook)

Triggered when an offer process is deleted

## Payload

- object
  - `action` 'offerDelete', required
  - `data` object, required
    - `offer` object
      - `id` string, uuid
      - `applicationId` string, uuid — The id of the application the offer was associated with.

## 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)
