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

# Delete a webhook

`DELETE /webhooks/{webhook_id}`

Deletes the matching webhook, so that data is no longer sent by it to its
associated callback URL.

> **Important:** This operation uses server `https://brandfolder.com/api/v1` (notice the version is `v1`).

## Response `200`

Successful response (always an empty object)

- object

## Other responses

- `400` — Invalid Header Provided
- `404` — Could Not Determine This Webhook Exists or the Requester Does Not Own the Webhook.
- `default` — Generic error payload

---

[API](https://skmtc.net/smartsheet/apis/brandfolder-openapi-reference.md) · [All operations](https://skmtc.net/smartsheet/apis/brandfolder-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartsheet/brandfolder-openapi-reference/revisions/fd95b0a2d2f8/schema)
