---
title: "Delete webhook"
method: DELETE
path: "/webhooks/{webhookId}"
tags: ["Webhooks"]
---

# Delete webhook

`DELETE /webhooks/{webhookId}`

Delete a webhook endpoint

## Path parameters

- `webhookId` string, required — Webhook ID (whk_*).

## Headers

- `Idempotency-Key` string, required
- `X-Instance-ID` string, nullable

## Response `200`

Successful Response

- object
  - `data` object, required
    - `type` 'webhook', required — Resource type. Always `webhook`.
    - `id` string, required — Webhook ID (whk_*).
    - `attributes` object, required
      - `url` string, uri, required — Webhook endpoint URL.
      - `description` string, required — Webhook description.
      - `status` 'ENABLED' | 'DISABLED', required — Webhook status.
      - `enabledEvents` string[], required — Event types this webhook listens to.
      - `sources` string[], required — Event sources this webhook receives: "own" for your own party, "connected" for parties connected to you through an active authorization.
      - `tags` object, required — Metadata visible to anyone who can read the resource.
      - `createdAt` string, date-time, required — RFC 3339 timestamp when this webhook was created.
      - `updatedAt` string, date-time, required — RFC 3339 timestamp when this webhook was last updated.
    - `relationships` object, required
      - `party` object, required — Party that owns the webhook.
        - `data` object, required — Related resource identifier.
          - `type` 'party', required — Resource type. Always `party`.
          - `id` string, required
  - `meta` object, required
    - `deleted` unknown, required

## Other responses

- `400` — Validation Error
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found. Returned when the resource does not exist, or when it exists but is not accessible to your account. The two cases are intentionally indistinguishable, so that resource IDs cannot be enumerated by probing.
- `409` — Conflict
- `422` — Validation Error. The response contains one error object for each invalid request value.
- `428` — Precondition Required
- `429` — Too Many Requests
- `500` — Internal Server Error
- `501` — Not Implemented
- `502` — Bad Gateway
- `503` — Service Unavailable

## Changes

- **2026-09-19** `6e52d1bd0054` — 9 warning
  - added the new `check.canceled` enum value to the `data/attributes/enabledEvents/items/` response property for the response status `200`
  - added the new `check.completed` enum value to the `data/attributes/enabledEvents/items/` response property for the response status `200`
  - added the new `check.created` enum value to the `data/attributes/enabledEvents/items/` response property for the response status `200`
  - added the new `check.expired` enum value to the `data/attributes/enabledEvents/items/` response property for the response status `200`
  - …5 more
- **2026-09-15** `1132c9ddb7bd` — 18 warning
  - added the new `cardPayment.created` enum value to the `data/attributes/enabledEvents/items/` response property for the response status `200`
  - added the new `cardPayment.failed` enum value to the `data/attributes/enabledEvents/items/` response property for the response status `200`
  - added the new `cardPayment.succeeded` enum value to the `data/attributes/enabledEvents/items/` response property for the response status `200`
  - added the new `chargeback.closed` enum value to the `data/attributes/enabledEvents/items/` response property for the response status `200`
  - …14 more
- …earlier changes not shown

[Full history](https://skmtc.dev/natural/apis/natural-api/changes/webhooks/:webhookId/delete.md)

---

[API](https://skmtc.dev/natural/apis/natural-api.md) · [All operations](https://skmtc.dev/natural/apis/natural-api/llms.txt) · [OpenAPI document](https://skmtc.dev/natural/apis/natural-api/revisions/ca3882d75a00?raw)
