Delete Webhook
curl --request DELETE \
--url https://{cluster}.voucherify.io/management/v1/projects/{projectId}/webhooks/{webhookId}{
"code": 401,
"message": "Unauthorized",
"key": "unauthorized"
}Delete Webhook
Deletes a webhook configuration.
๐ Webhook Documentation
Read Introduction to webhooks article to learn how webhooks work in Voucherify.
DELETE
/
management
/
v1
/
projects
/
{projectId}
/
webhooks
/
{webhookId}
Delete Webhook
curl --request DELETE \
--url https://{cluster}.voucherify.io/management/v1/projects/{projectId}/webhooks/{webhookId}{
"code": 401,
"message": "Unauthorized",
"key": "unauthorized"
}Path Parameters
Provide the unique identifier of the project.
Example:
"proj_TrlkLiH4"
Provide the unique identifier of the webhook configuration.
Example:
"wh_Fk1HzL9lqC1lpuIFxp3TShB4"
Response
Returns no content if the webhook configuration has been successfully deleted.
Last modified on April 20, 2026
Was this page helpful?
โI

