v1
latestOpenAPI 3.0.12026-07-24310590875.6 KBcustomers
Archive a customer bank account
Archive an existing customer bank account. In the response, the archived field is set as true. An archived customer bank account cannot be restored.
post/v3/customers/{customerId}/bank-accounts/{bankAccountId}/archive
Path parameters
customerIdstring required
BILL-generated ID of the customer. The value begins with 0cu.
Example:{{customer_id}}
bankAccountIdstring required
BILL-generated ID of the customer bank account. The value begins with cba.
Example:{{customer_bank_account_id}}
Headers
sessionIdstring nullable
API session ID generated with /v3/login
Example:{{session_id}}
devKeystring nullable
Developer key generated with your BILL developer account
Example:{{developer_key}}
Response
Archive a customer bank account response