---
title: "Delete Webhook"
method: DELETE
path: "/webhooks/{id}"
tags: ["Webhook APIs"]
---

# Delete Webhook

`DELETE /webhooks/{id}`

Permanently deletes a specific webhook configuration based on its ID.
Use this API to remove webhook callbacks for events such as delivered, open, or click. Deleting a webhook is irreversible.
Note: When using a master account API key, you can delete a webhook for a subaccount by specifying the subaccount's username in the `on-behalf-of` header.

## Path parameters

- `id` integer, required

## Headers

- `on-behalf-of` string

## Response `204`

Webhook deleted successfully

## Other responses

- `400` — Invalid webhook ID or malformed request

---

[API](https://skmtc.dev/netcorecloud/apis/email-api-v6.md) · [All operations](https://skmtc.dev/netcorecloud/apis/email-api-v6/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/netcorecloud/email-api-v6/revisions/73f83bc2eff8/schema)
