Skip to main content
DELETE
/
configuration
/
accounts
/
{account_id}
/
keys
/
{id}
Removes an API key
curl --request DELETE \
  --url https://commerce1.on-hellgate.dev/configuration/accounts/{account_id}/keys/{id} \
  --header 'X-API-Key: <api-key>'
{
  "classifier": "<string>",
  "code": 123,
  "message": "<string>"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

account_id
string
required

Account ID

id
string
required

Key ID

Response

No content