---
title: "Remove Registered Webhook"
method: DELETE
path: "/v2/webhooks"
tags: ["Webhooks"]
---

# Remove Registered Webhook

`DELETE /v2/webhooks`

Remove a previously registered webhook by providing its configuration.

## Headers

- `organization-id` string

## Request body

- RemoveWebhooksDto
  - `id` string, required — ID assigned to the Webhook

## Response `204`

Webhook deleted successfully.

## Other responses

- `400` — Bad request because the wrong parameters are provided in the request body.
- `401` — Authorization token is missing or invalid.
- `403` — User does not have permission to access this resource.
- `404` — Webhook or related resource not found.

---

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