✨ New Gift Cards API Live Now - Beta!
cURL
curl --request DELETE \ --url https://api.gameboost.com/v2/gift-cards/offers/{giftCardOffer} \ --header 'Authorization: Bearer <token>'
{ "message": "Unauthenticated." }
Permanently delete a gift card offer.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
User is not authenticated, happens when the API key is missing, expired or invalid
"Unauthenticated."
Was this page helpful?