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": {}
}Was this page helpful?