For the complete documentation index, see llms.txt. This page is also available as Markdown.

Remove Gift Card

To remove a gift card, provide the card_number to remove.

Remove a gift card from the basket.

post

Removes a gift card from the basket.

Path parameters
basketIdentstringRequired

The basket identifier.

Example: c00244-d2ac2e77418a55b25292a6bc7a719ad9c529ba2c
Body
card_numberstringOptionalExample: 0127 0244 7210 1111
Responses
200

Gift card removed successfully.

No content

post/baskets/{basketIdent}/giftcards/remove
POST /api/accounts/baskets/{basketIdent}/giftcards/remove HTTP/1.1
Host: headless.tebex.io/
Content-Type: application/json
Accept: */*
Content-Length: 37

{
  "card_number": "0127 0244 7210 1111"
}

No content

Last updated