---
title: "Delete a webhook"
method: DELETE
path: "/api/webhook/{webhookId}"
tags: ["Webhooks"]
---

# Delete a webhook

`DELETE /api/webhook/{webhookId}`

Deletes a specific webhook endpoint by ID

## Path parameters

- `webhookId` string, required

## Response `200`

Delete a webhook successful

- DeleteWebhookResponse
  - `message` string, required — Confirmation message

## Other responses

- `401` — Unauthorized - Invalid API key
- `404` — Resource not found

---

[API](https://skmtc.net/inflowpay/apis/inflow-api.md) · [All operations](https://skmtc.net/inflowpay/apis/inflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/inflowpay/inflow-api/versions/3012dd3dd14a/schema)
