✨ New Account Credentials Endpoints!
cURL
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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the account offer
The ID of the credential
Credential deleted successfully
Was this page helpful?