cURL
curl --request DELETE \ --url https://api.lightspark.com/grid/2025-10-13/tokens/{tokenId} \ --header 'Authorization: Basic <encoded-value>'
{}
Delete an API token by their system-generated ID
API token authentication using format <api token id>:<api client secret>
<api token id>:<api client secret>
System-generated unique token identifier
API token deleted successfully
Was this page helpful?