---
title: "Deregister a webhook subscription"
method: DELETE
path: "/api/2026-01-01/webhooks/{webhook_id}"
tags: ["Webhooks"]
---

# Deregister a webhook subscription

`DELETE /api/2026-01-01/webhooks/{webhook_id}`

Permanently removes a webhook subscription. The partner will no longer receive events for this subscription.

## Path parameters

- `webhook_id` string, uuid, required

## Response `204`

The webhook subscription was deregistered

## Other responses

- `401` — The request is not authorized
- `403` — The authenticated partner does not have permission to deregister this webhook subscription
- `404` — The webhook subscription was not found
- `422` — The webhook subscription could not be deregistered due to validation errors
- `503` — The service is temporarily unavailable

---

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