Deactivate a program member
<Warning><Badge color="yellow">BETA endpoint</Badge>
This is a work-in-progress documentation of a BETA endpoint. The parameters, fields, request and response bodies, and other data may subject to change. If you want to share feedback or improvements, contact Voucherify support or your Technical Account Manager.
</Warning>Moves the member to INACTIVE status and records a vl.member.deactivated activity. No request body. Returns 404 when the program or member does not exist. Returns 400 (invalid_state_transition) when the member cannot be deactivated from its current state.
Path parameters
Loyalty program ID (format lprg_[a-f0-9]+).
Program member ID (format lmbr_[a-f0-9]+).
Response
The deactivated member (without cards).
Changes
No recorded changes to this endpoint across all 1 revision of this API.