Skip to main content
DELETE
/
v1
/
external_accounts
/
{id}
Delete an external account
curl --request DELETE \
  --url https://api.leanrails.com/v1/external_accounts/{id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "id": "<string>",
  "object": "bank_account",
  "deleted": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.fluveo.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use your secret API key as the username with an empty password.

Headers

X-API-Version
string

Override the API version for this request.

Path Parameters

id
string
required

The external account ID.

Response

Deletion confirmation.

id
string
object
enum<string>
Available options:
bank_account
deleted
boolean
Example:

true