cURL
curl --request DELETE \ --url https://grid.squads.xyz/api/grid/v1/accounts/{address}/external-accounts/{account_id} \ --header 'Authorization: Bearer <token>' \ --header 'x-grid-environment: <x-grid-environment>'
Soft deletes a single external account by ID
Your Grid API key from the Grid Dashboard
Environment (sandbox, production)
Smart account address
External account UUID
External account deleted
Was this page helpful?