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

# Delete a webhook subscription

`DELETE /webhooks/subscriptions/{subscription_id}`

## Path parameters

- `subscription_id` string, uuid, required

## Headers

- `Authorization` string, required

## Response `204`

Subscription deleted.

- object

## Other responses

- `401` — Missing or invalid token.
- `404` — Resource not found.
- `500` — Unexpected server error.

---

[API](https://skmtc.dev/andel/apis/data-exchange-api.md) · [All operations](https://skmtc.dev/andel/apis/data-exchange-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/andel/data-exchange-api/revisions/a249ede79c75/schema)
