Skip to main content
WEBHOOK
The vl.program.deleted event indicates that a Loyalty v2 program was deleted.
This page documents only the event data nested under data. See Introduction to webhooks for the shared webhook structure, and Workflows webhooks for the full Workflows webhook payload.
This event can trigger a workflow when Loyalty activity is configured with the Programs group and the vl.program.deleted activity type. If the workflow reaches a Webhook callout action, Voucherify sends a webhook to the action’s target URL. Workflows send this activity in the data.trigger object. Before deleting a program, Voucherify unassigns its card definitions, earning rules, rewards, and tier structures. Each existing assignment creates the corresponding program and entity unassignment activities.

Body

application/json

Event data object schema for vl.program.deleted.

program
Loyalty Program · object
required

Loyalty v2 program snapshot recorded with the activity.

Response

Webhook accepted

Last modified on September 25, 2026