Skip to main content
WEBHOOK
The vl.benefit.deleted event indicates that a Loyalty v2 benefit 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 Benefits group and the vl.benefit.deleted activity type. If the workflow reaches a Webhook callout action, Voucherify sends a webhook to the action’s target URL. The example shows the content of data. It contains snapshots recorded with the activity. It is not wrapped in an activity property.

Body

application/json

Event data object schema for vl.benefit.deleted.

benefit
object
required

A benefit object. Exactly one type-specific configuration object (points, points_proportional, material, or digital) is present, matching the type; the others are omitted.

Response

Webhook accepted

Last modified on September 25, 2026