---
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.net/mobilerun/apis/workflows.md) · [All operations](https://skmtc.net/mobilerun/apis/workflows/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mobilerun/workflows/revisions/1bc499aa8f99/schema)
