Delete a gift card recipient
How to delete an existing gift card recipient via API
Last updated
How to delete an existing gift card recipient via API
Last updated
To a gift card recipient, send a DELETE
request to the /api/gift_card_recipients/:id
endpoint, where id
is the id of the gift card recipient that you want to delete.
DELETE https://yourdomain.commercelayer.io/api/gift_card_recipients/:id
The following request tries to delete the gift card recipient identified by the ID "xYZkjABcde":