Skip to main content
WEBHOOK
The EVENTS.VOUCHER.DELETED event indicates that a voucher has been successfully deleted. It provides a real-time notification that the voucher has been removed. This event is used in a webhook configured in Project settings in Voucherify dashboard.
This page documents only the event. If you need more details about the webhook payload data that includes this event, go to Introduction to webhooks page.

Body

application/json

Event data object schema for voucher.deleted.

voucher
Voucher · object | null

Object representing a voucher.

campaign
Simple Campaign · object | null

Simplified campaign data.

Response

Webhook accepted

Last modified on June 22, 2026