---
title: "Delete webhook subscription"
method: DELETE
path: "/webhook_endpoints/{id}/webhook_subscriptions/{subscription_id}"
tags: ["Webhook Subscriptions"]
---

# Delete webhook subscription

`DELETE /webhook_endpoints/{id}/webhook_subscriptions/{subscription_id}`

Permanently deletes the webhook subscription; deliveries for it stop immediately. Returns 204 No Content on success.

## Path parameters

- `id` integer, required
- `subscription_id` integer, required

## Headers

- `Nex-Api-Version` string, required

## Response `204`

Successful

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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