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

# Delete an outbound webhook

`DELETE /webhook/{webhook_id}`

Deletes an existing outbound webhook by its unique ID.

## Path parameters

- `webhook_id` string, uuid, required

## Response `200`

A confirmation message.

- WebhookDeleted
  - `message` string — Response message.

## Other responses

- `400` — Unexpected request body provided.
- `401` — Credentials provided are invalid.
- `404` — Entity not found.
- `500` — Internal server error.

---

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