Vincent is here! Just say the word, and Vincent will build the campaigns for you! Get early access.
curl --request DELETE \
--url https://{cluster}.voucherify.io/management/v1/projects/{projectId}/webhooks/{webhookId}{
"code": 401,
"message": "Unauthorized",
"key": "unauthorized"
}Deletes a webhook configuration.
📘 Webhook Documentation
Read Introduction to webhooks article to learn how webhooks work in Voucherify.
curl --request DELETE \
--url https://{cluster}.voucherify.io/management/v1/projects/{projectId}/webhooks/{webhookId}{
"code": 401,
"message": "Unauthorized",
"key": "unauthorized"
}Documentation Index
Fetch the complete documentation index at: https://docs.voucherify.io/llms.txt
Use this file to discover all available pages before exploring further.
Provide the unique identifier of the project.
"proj_TrlkLiH4"
Provide the unique identifier of the webhook configuration.
"wh_Fk1HzL9lqC1lpuIFxp3TShB4"
Returns no content if the webhook configuration has been successfully deleted.
Was this page helpful?