Removes a bank account belonging to your company, so that it no longer appears in GET /bank-accounts, can no longer be updated through PUT or PATCH, and can no longer receive a withdrawal.
Deletion is permanent and cannot be undone. It does not check whether the account holds a balance, so make sure the funds have been withdrawn first. Repeating the call on an account you have already deleted is harmless and answers 204 again.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
204The account has been deleted. The response has no body. Deleting an account that was already deleted also answers 204.
400Missing required request parameters: [Authorization]. Returned by the gateway request validator when the Authorization header is absent, before the request reaches the service.
401Unauthorized. The bearer token is missing, expired or invalid. The response body is empty.
500Internal server error. Also returned when the id does not resolve to an account, including when the value is not a well-formed id.
