curl --request DELETE \
--url https://api.lightspark.com/grid/2025-10-13/agents/{agentId} \
--header 'Authorization: Basic <encoded-value>'{
"status": 401,
"code": "UNAUTHORIZED",
"message": "<string>",
"details": {}
}Permanently delete an agent. Connected agent software will lose access immediately.
curl --request DELETE \
--url https://api.lightspark.com/grid/2025-10-13/agents/{agentId} \
--header 'Authorization: Basic <encoded-value>'{
"status": 401,
"code": "UNAUTHORIZED",
"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?