Delete a card series
DELETE
/api/v1/card-batches/{id}
prm_cards_delete
Deletes the series and its cards. Refuses outright once any card in it has been redeemed, transferred or sold at the till, because those are financial records.
At a glance
- Authentication
- Staff token or session
- Requires permission
-
prm_cards_deleteDelete card batches - Rate limit
t_mutate
Parameters
| Parameter | Description |
|---|---|
idrequired
path · integer
|
Series id. |
Errors
| Code | When it is returned |
|---|---|
ERR_CONFLICT409
|
the series has redemptions, transfers, or counter sales |