---
title: "Delete Webhook"
method: DELETE
path: "/v1.0/webhook/{subscribeId}"
tags: ["Webhooks"]
---

# Delete Webhook

`DELETE /v1.0/webhook/{subscribeId}`

Deletes a webhook subscription by ID. The subscription must belong to the caller's team. The response body is empty.

## Path parameters

- `subscribeId` integer, required

## Headers

- `Authorization` string, required
- `Content-Type` string, required

## Response `200`

Webhook deleted successfully. No response body.

## Other responses

- `400` — Subscription does not exist (WEBHOOK_DELETE_NOT_EXIST) or is not owned by the caller's team (WEBHOOK_DELETE_NO_AUTHORITY).
- `401` — Missing or invalid authentication token.
- `500` — Internal server error.

---

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