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

# Delete a webhook subscription

`DELETE /webhooks/{id}`

Deletes a webhook subscription so it stops receiving deliveries. Returns 204 No Content on success.

## Path parameters

- `id` string, uuid, required

## Response `204`

Deleted

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/droidrun/apis/droidrun-cloud.md) · [All operations](https://skmtc.dev/droidrun/apis/droidrun-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/droidrun/droidrun-cloud/revisions/a1453ac769d4/schema)
