Gift Cards
Void gift card by id
Voids the gift card with the given id. The gift card balance will be set to zero and its status changed to "VOIDED".
🔒 Requires: gift_cards:write:issue scope
delete/gift_cards/by_id/{id}
Path parameters
idstring required
The id of the gift card to be voided.
Response
Gift card successfully voided.