cURL
curl --request DELETE \ --url https://api.sandbox.getasset.com/v0/business/{business_id}/external-account/{external_account_id} \ --header 'Authorization: Bearer <token>'
{ "error": "<string>", "data": "<unknown>" }
Deletes an external account and all associated transactions, journal entries, and line entries.
If the external account is a business account, it will also delete the ledger.
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response