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

# Delete webhook

`DELETE /webhooks/{webhook_id}`

Deletes a webhook.

## Path parameters

- `webhook_id` integer, required

## Response `200`

The webhook was deleted successfully.

- object

## Other responses

- `404` — The webhook was not found.

---

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