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

# Delete a webhook

`DELETE /apps/{clientId}/webhooks/{webhookId}`

## Path parameters

- `clientId` string, required — The application identifier
- `webhookId` string, required — The webhook identifier

## Response `204`

The webhook has been deleted

## Other responses

- `404` — The application or the webhook does not exist

---

[API](https://skmtc.dev/adfin/apis/adfin-api.md) · [All operations](https://skmtc.dev/adfin/apis/adfin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adfin/adfin-api/revisions/53d29f0850e0/schema)
