Skip to main content
DELETE
/
accounts
/
{accountId}
Delete a manual account
curl --request DELETE \
  --url https://api.finta.io/v2/accounts/{accountId} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "STORAGE_MODE_REQUIRED",
    "message": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Finta API key from the dashboard (Bearer token).

Path Parameters

accountId
string<uuid>
required

Finta bank account ID

Response

Account closed