Skip to main content
DELETE
/
v2
/
gift-cards
/
offers
/
{giftCardOffer}
Delete a gift card offer
curl --request DELETE \
  --url https://api.gameboost.com/v2/gift-cards/offers/{giftCardOffer} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Unauthenticated."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

giftCardOffer
string
required

Response

User is not authenticated, happens when the API key is missing, expired or invalid

message
string
Example:

"Unauthenticated."