---
title: "Delete Webhook"
method: DELETE
path: "/v2/webhooks/{webhookId}"
tags: ["Webhooks"]
---

# Delete Webhook

`DELETE /v2/webhooks/{webhookId}`

Delete a specific webhook by ID.

- **webhook**: `Webhook` - The webhook instance loaded by webhook ID.

**Returns**: `Response` - A JSON response indicating successful deletion.

## Path parameters

- `webhookId` union, required
  - string
  - string

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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