---
title: "Unregister a webhook"
method: DELETE
path: "/v1/webhooks"
tags: ["Webhooks"]
---

# Unregister a webhook

`DELETE /v1/webhooks`

## Query parameters

- `id` integer
- `url` string

## Response `200`

OK

- Webhook — Wehbook
  - `id` integer — Webhook ID
  - `name` string, required — Name
  - `secretKey` string, nullable — Secret key
  - `types` WebhookType[], required
  - `url` string, required — Webhook Uri

## Other responses

- `404` — Not Found

---

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