Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.lightspark.com/grid/2025-10-13/tokens/{tokenId} \ --header 'Authorization: Basic <encoded-value>'
{ "message": "<string>", "details": {} }
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?