---
title: "Delete"
method: DELETE
path: "/api/v1/webhooks/{id}"
tags: ["Webhook"]
---

# Delete

`DELETE /api/v1/webhooks/{id}`

Delete a webhook subscription, stopping all future event deliveries to its URL.

## Path parameters

- `id` string, required — The ID of the webhook to delete.

## Request body

- C1ApiWebhooksV1WebhooksServiceDeleteRequestInput — The WebhooksServiceDeleteRequest message.

## Response `200`

Empty response body. Status code indicates success.

- C1ApiWebhooksV1WebhooksServiceDeleteResponse — Empty response body. Status code indicates success.

---

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