---
title: "Delete a webhook subscription"
method: POST
path: "/api/service/webhook-subscription/delete"
tags: ["Webhook-Subscription"]
---

# Delete a webhook subscription

`POST /api/service/webhook-subscription/delete`

Deletes a webhook subscription.

## Headers

- `Idempotency-Key` string

## Request body

- DeleteRequestDto
  - `id` unknown, required

## Response `200`

Returns success if deleted, an error otherwise.

- DeleteResponseDto
  - `success` boolean, required — Whether the webhook subscription was successfully deleted

---

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