Skip to main content
DELETE
/
v2
/
account-offers
/
{account}
/
credentials
/
{credential}
Delete a credential
curl --request DELETE \
  --url https://api.gameboost.com/v2/account-offers/{account}/credentials/{credential} \
  --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
integer
required

The ID of the account offer

credential
integer
required

The ID of the credential

Response

Credential deleted successfully