v1

latestOpenAPI 3.0.02026-07-26167441.9 MB
Accounts (Banking Connectivity)

Close Account (Banking Connectivity)

delete/banking/accounts/{account_id}

Path parameters

account_idstring required

The unique identifier of the account. Found on the Yuno dashboard (UUID, 36 chars).

Response

idstring
entity_idstring
onboarding_idstring
account_idstring
account_typestring
statusstring
account_numberstring
routing_numberstring
{"stackTrail":"paths:/banking/accounts/{account_id}:delete:responses:200:content:application/json:schema:properties:iban","oasType":"schema","type":"unknown"}
currencystring
supports_book_transfersboolean
created_atstring
updated_atstring

Example response

{
  "id": "acct_aa0e8400-e29b-41d4-a716-446655440000",
  "entity_id": "ent_660e8400-e29b-41d4-a716-446655440000",
  "onboarding_id": "onb_990e8400-e29b-41d4-a716-446655440000",
  "account_id": "550e8400-e29b-41d4-a716-446655440000",
  "provider": {
    "account_id": "col_bank_account_789"
  },
  "account_type": "CHECKING",
  "status": "CLOSED",
  "account_number": "1234567890",
  "routing_number": "123456789",
  "currency": "USD",
  "account_details": {
    "account_name": "John Doe - Checking"
  },
  "payment_rails": {
    "incoming": [
      "ACH"
    ],
    "outgoing": [
      "ACH"
    ]
  },
  "supports_book_transfers": true,
  "created_at": "2026-02-01T10:10:00Z",
  "updated_at": "2026-02-25T14:30:00Z"
}