> ## 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.

# Member deleted

> Event data sent for a Loyalty v2 vl.member.deleted activity handled by Workflows

The `vl.member.deleted` event indicates that a Loyalty v2 program member was deleted.

<Note>
  This page documents only the event data nested under `data`. See [Introduction to webhooks](/api-reference/introduction-to-webhooks) for the shared webhook structure, and [Workflows webhooks](/api-reference/workflows-webhooks) for the full Workflows webhook payload.
</Note>

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](/api-reference/loyalty-activity/members/card-unassigned) to get details about the unassigned member cards.


## OpenAPI

````yaml openapi-events/events-loyalty-activity.json webhook vl.member.deleted
openapi: 3.1.0
info:
  title: Events - Events loyalty activity
  version: '2024-01-01'
  description: ''
servers: []
security: []
paths: {}

````