> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mailofly.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Webhook

> Remove a webhook subscription.

Deletes a webhook and immediately stops event delivery to its URL.

### Path Parameters

<ParamField path="id" type="string" required>Webhook ID</ParamField>

### Response

<ResponseField name="id" type="string">Webhook ID</ResponseField>
<ResponseField name="deleted" type="boolean">true</ResponseField>


## Related topics

- [Delete Template](/api/templates/delete-template.md)
- [Delete Campaign](/api/campaigns/delete-campaign.md)
- [Delete Contact](/api/contacts/delete-contact.md)
- [Delete Domain](/api/domains/delete-domain.md)
- [List Webhooks](/api/webhooks/list-webhooks.md)
