Delete bank account

Soft deletes a bank account by ID. The account must belong to the specified merchant and cannot be a contact account.

Authentication

AuthorizationBearer

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

Path parameters

accountIdstringRequired
Bank Account ID
merchantIdstringRequired
Merchant ID
organizationIdstringRequired
Organization ID

Errors

400
Delete Bank Account Request Bad Request Error
401
Delete Bank Account Request Unauthorized Error
403
Delete Bank Account Request Forbidden Error
404
Delete Bank Account Request Not Found Error
422
Delete Bank Account Request Unprocessable Entity Error
500
Delete Bank Account Request Internal Server Error