Delete a specific account by its ID.
curl --request DELETE \ --url https://api.gameboost.com/v1/accounts/{accountId} \ --header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully deleted the account.