curl --request DELETE \
--url https://api.lightspark.com/grid/2025-10-13/agents/me/external-accounts/{externalAccountId} \
--header 'Authorization: Bearer <token>'{
"status": 401,
"code": "UNAUTHORIZED",
"message": "<string>",
"details": {}
}Delete an external account belonging to the authenticated agent’s customer. Requires the MANAGE_EXTERNAL_ACCOUNTS permission in the agent’s policy.
curl --request DELETE \
--url https://api.lightspark.com/grid/2025-10-13/agents/me/external-accounts/{externalAccountId} \
--header 'Authorization: Bearer <token>'{
"status": 401,
"code": "UNAUTHORIZED",
"message": "<string>",
"details": {}
}Documentation Index
Fetch the complete documentation index at: https://ramps-docs-agents-webhook-and-account-model-links.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication for agent-scoped endpoints. The token is the accessToken returned when redeeming a device code via POST /agents/device-codes/{code}/redeem. Agent credentials are user-scoped: all requests are automatically bound to the agent's associated customer and subject to the agent's policy.
System-generated unique external account identifier
External account deleted successfully
Was this page helpful?