✨ New Gift Cards API Live Now - Beta!
curl --request DELETE \
--url https://api.gameboost.com/v2/account-offers/{account} \
--header 'Authorization: Bearer <token>'{
"message": "Unauthenticated."
}Permanently delete an account offer. This action cannot be undone.
curl --request DELETE \
--url https://api.gameboost.com/v2/account-offers/{account} \
--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.
The ID of the account offer. Can be retrieved from the list of account offers.
User is not authenticated, happens when the API key is missing, expired or invalid
"Unauthenticated."
Was this page helpful?