Skip to main content
DELETE
/
v2
/
account-offers
/
{account}
Delete an account offer
curl --request DELETE \
  --url https://api.gameboost.com/v2/account-offers/{account} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Unauthenticated."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

account
string
required

The ID of the account offer. Can be retrieved from the list of account offers.

Response

User is not authenticated, happens when the API key is missing, expired or invalid

message
string
Example:

"Unauthenticated."

I