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>'
This response does not have an example.

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