✨ GameBoost API v2 is now live!
cURL
curl --request DELETE \ --url https://api.gameboost.com/v1/accounts/{accountId} \ --header 'Authorization: Bearer <token>'
Delete a specific account by its ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully deleted the account.
Was this page helpful?