---
title: "Delete webhook"
method: DELETE
path: "/webhooks/{name}"
---

# Delete webhook

`DELETE /webhooks/{name}`

## Path parameters

- `name` string, required — The name of the webhook.

## Response `200`

OK

- DeleteWebhookResponse
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `webhook` Webhook, required
    - `account_id` string, byte, required
    - `created_at` string, date-time, required
    - `created_by_id` string, byte, required
    - `deleted_at` string, date-time
    - `last_checked_at` string, date-time, nullable, required
    - `name` string, required
    - `state` 'healthy' | 'unhealthy' | 'unknown', required
    - `url` string, required

## Other responses

- `default` — Error

---

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