curl --request DELETE \
--url https://api.lightspark.com/grid/2025-10-13/tokens/{tokenId} \
--header 'Authorization: Basic <encoded-value>'{
"status": 400,
"code": "INVALID_INPUT",
"message": "<string>",
"details": {}
}Delete an API token by their system-generated ID
curl --request DELETE \
--url https://api.lightspark.com/grid/2025-10-13/tokens/{tokenId} \
--header 'Authorization: Basic <encoded-value>'{
"status": 400,
"code": "INVALID_INPUT",
"message": "<string>",
"details": {}
}Documentation Index
Fetch the complete documentation index at: https://grid.lightspark.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?