curl --request DELETE \
--url https://api.lightspark.com/grid/2025-10-13/customers/external-accounts/{externalAccountId} \
--header 'Authorization: Basic <encoded-value>'{
"status": 401,
"code": "UNAUTHORIZED",
"message": "<string>",
"details": {}
}Delete a customer external account by its system-generated ID
curl --request DELETE \
--url https://api.lightspark.com/grid/2025-10-13/customers/external-accounts/{externalAccountId} \
--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?