Skip to main content
DELETE
/
tokens
/
{tokenId}
Delete API token by ID
curl --request DELETE \
  --url https://api.lightspark.com/grid/2025-10-13/tokens/{tokenId} \
  --header 'Authorization: Basic <encoded-value>'
{
  "status": 123,
  "code": "INVALID_INPUT",
  "message": "<string>",
  "details": {}
}

Authorizations

Authorization
string
header
required

API token authentication using format <api token id>:<api client secret>

Path Parameters

tokenId
string
required

System-generated unique token identifier

Response

API token deleted successfully