Skip to main content
POST
/
bank_accounts
/
{id}
/
archive
cURL
curl --request POST \
  --url https://sandbox.onconsul.com/v1/bank_accounts/{id}/archive \
  --header 'Authorization: Bearer <token>'
{}
Archive a bank account so it can no longer be used for new transfers. Any in-flight transfers will still complete normally.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

OK

The response is of type object.