✨ New Gift Cards API Live Now - Beta!
curl --request DELETE \
--url https://api.gameboost.com/v2/account-offers/{account}/credentials/{credential} \
--header 'Authorization: Bearer <token>'{
"message": "Unauthenticated."
}Delete a single credential from an account offer. Sold credentials (already assigned to an order) cannot be deleted. Only available for non-legacy accounts.
curl --request DELETE \
--url https://api.gameboost.com/v2/account-offers/{account}/credentials/{credential} \
--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.
Was this page helpful?