---
title: "Delete Webhook"
method: DELETE
path: "/management/v1/projects/{projectId}/webhooks/{webhookId}"
tags: ["Management"]
---

# Delete Webhook

`DELETE /management/v1/projects/{projectId}/webhooks/{webhookId}`

Deletes a webhook configuration.

> 📘 Webhook Documentation
>
> Read [Introduction to webhooks](/api-reference/introduction-to-webhooks) article to learn how webhooks work in Voucherify.

## Response `204`

Returns no content if the webhook configuration has been successfully deleted.

## Other responses

- `401` — Returns an error if an invalid token was provided.
- `402` — Returns an error if the current plan does not include the Management API feature.
- `404` — Returns an error when a resource could not be found.

---

[API](https://skmtc.net/voucherifyio/apis/voucherify-api-async-actions.md) · [All operations](https://skmtc.net/voucherifyio/apis/voucherify-api-async-actions/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voucherifyio/voucherify-api-async-actions/versions/4982266e0494/schema)
