Delete a loyalty program
curl --request DELETE \
--url https://api.voucherify.io/v2/loyalties/programs/{id} \
--header 'Authorization: Bearer <token>' \
--header 'X-App-Id: <api-key>' \
--header 'X-App-Token: <api-key>'{
"id": "<string>",
"name": "<string>",
"start_date": "2023-11-07T05:31:56Z",
"end_date": "2023-11-07T05:31:56Z",
"metadata": {},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"object": "<string>"
}Delete a loyalty program
⚠️ BETA endpoint
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.
Soft-deletes a loyalty program and all its assignments (card definitions, earning rules, rewards, tier structures).
DELETE
/
v2
/
loyalties
/
programs
/
{id}
Delete a loyalty program
curl --request DELETE \
--url https://api.voucherify.io/v2/loyalties/programs/{id} \
--header 'Authorization: Bearer <token>' \
--header 'X-App-Id: <api-key>' \
--header 'X-App-Token: <api-key>'{
"id": "<string>",
"name": "<string>",
"start_date": "2023-11-07T05:31:56Z",
"end_date": "2023-11-07T05:31:56Z",
"metadata": {},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"object": "<string>"
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique program identifier
Pattern:
^lprg_[a-f0-9]+$Response
Program deleted successfully
Program DTO returned by toDTO()
Unique program identifier
Pattern:
^lprg_[a-f0-9]+$Program name
Available options:
DRAFT, ACTIVE, INACTIVE, DELETED Program start date
Program end date
Custom key-value metadata.
Creation timestamp (ISO 8601)
Last update timestamp (ISO 8601)
Allowed value:
"program"Last modified on June 2, 2026
Was this page helpful?
⌘I

