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

# Delete a webhook

`DELETE /v2/webhooks/{webhook_id}`

Delete a webhook by ID.

Required scopes: `webhook:read-write`.

## Path parameters

- `webhook_id` string, uuid, required — A UUID identifying the webhook to delete.

## Response `200`

Success

- object — Success

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/d-stoll/apis/attio-api.md) · [All operations](https://skmtc.net/d-stoll/apis/attio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/d-stoll/attio-api/revisions/ebcf9b5c6aa3/schema)
