Skip to main content
DELETE
/
tokens
/
{id}
Delete a token
curl --request DELETE \
  --url https://sandbox.hellgate.io/tokens/{id} \
  --header 'X-API-Key: <api-key>'
{
  "code": 401,
  "message": "No valid means of authentication was provided",
  "classifier": "UNAUTHORIZED"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string<uuid>
required

The ID of the Commerce token

Response

Success response (No Content)