curl --request DELETE \
--url https://api.lightspark.com/grid/2025-10-13/documents/{documentId} \
--header 'Authorization: Basic <encoded-value>'{
"status": 401,
"code": "UNAUTHORIZED",
"message": "<string>",
"details": {}
}Delete an uploaded document. This cannot be undone. Documents that have already been submitted for verification may not be deletable.
curl --request DELETE \
--url https://api.lightspark.com/grid/2025-10-13/documents/{documentId} \
--header 'Authorization: Basic <encoded-value>'{
"status": 401,
"code": "UNAUTHORIZED",
"message": "<string>",
"details": {}
}Documentation Index
Fetch the complete documentation index at: https://ramps-04-30-docs-add-grid-tutorial-skill-interactive-zero-t.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?