Skip to main content

Delete a financial account

DELETE 

/financial-accounts/:id

Deletes an account. Requires scope finance.accounts.write. Returns 422 (reason: in_use, with a usage breakdown) when the account has any transaction, payable or receivable — deleting would cascade-delete its transactions, so soft-deactivate via PATCH { active: false } instead. Calling DELETE twice returns 204 then 404.

Request

Responses

Account deleted. No response body.