---
title: "webhook.delete"
method: POST
path: "/webhook.delete"
tags: ["Webhook"]
---

# webhook.delete

`POST /webhook.delete`

Deletes a webhook setting.

**Requires the [`apiKeysWrite`](authentication#permissions-webhookdelete) permission.**

## Request body

- WebhookDeleteRequest
  - `webhookId` string, uuid, required — The id of the webhook setting to delete

## Response `200`

Responses from the webhook.delete endpoint

- union
  - WebhookDeleteSuccessResponse
    - `success` true, required
    - `results` WebhookDeleteResult, required
      - `webhookId` string, uuid, required — The id of the webhook setting that was deleted
  - ErrorResponse
    - `success` false, required
    - `errors` ErrorDetail[], required
      - `message` string, required
      - `parameter` string

---

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