✨ New Gift Cards API Live Now - Beta!
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.
curl --request DELETE \
--url https://api.gameboost.com/v2/gift-cards/offers/{giftCardOffer} \
--header 'Authorization: Bearer <token>'{
"message": "Unauthenticated."
}Documentation Index
Fetch the complete documentation index at: https://docs.gameboost.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
User is not authenticated, happens when the API key is missing, expired or invalid
"Unauthenticated."
Was this page helpful?