---
title: "Delete Webhooks"
method: DELETE
path: "/v2/webhook/deregister"
tags: ["Webhook"]
---

# Delete Webhooks

`DELETE /v2/webhook/deregister`

Delete Webhooks

## Request body

- DeregisterWebhooksDtoV2
  - `webhookId` string, required — The unique identifier of the webhook to be deregistered

## Response `201`

Deregister Webhook

- object — Empty response body indicating successful creation

## Other responses

- `400` — Incorrect payload
- `401` — Unauthorized

---

[API](https://skmtc.net/doubletick/apis/doubletick-public-apis.md) · [All operations](https://skmtc.net/doubletick/apis/doubletick-public-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/doubletick/doubletick-public-apis/versions/bba484527d34/schema)
