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

# Delete a webhook subscription

`DELETE /webhooks/{id}`

## Path parameters

- `id` string, required

## Response `200`

Successfully deleted webhook subscription

- object
  - `id` string, uuid, required

## Other responses

- `401` — Invalid api key
- `404` — Webhook subscription not found

---

[API](https://skmtc.net/reap-global/apis/reap-api.md) · [All operations](https://skmtc.net/reap-global/apis/reap-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reap-global/reap-api/versions/525072733e02/schema)
