Skip to main content
WEBHOOK
The vl.member.deleted event indicates that a Loyalty v2 program member 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 Members group and the vl.member.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. Deleting a member also creates a separate vl.member.card.unassigned activity for each card unassigned during deletion. Card details are not included in the vl.member.deleted event data. Use the Member card unassigned event to get details about the unassigned member cards.

Body

application/json

Event data object schema for vl.member.deleted.

member
Loyalty Program Member · object
required

Loyalty v2 program member snapshot recorded with the activity.

program
Loyalty Program · object
required

Loyalty v2 program snapshot recorded with the activity.

Response

Webhook accepted

Last modified on September 25, 2026