Skip to main content
DELETE
/
agents
/
me
/
external-accounts
/
{externalAccountId}
cURL
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.

Authorizations

Authorization
string
header
required

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.

Path Parameters

externalAccountId
string
required

System-generated unique external account identifier

Response

External account deleted successfully