Delete contact bank account
Soft deletes a contact bank account by ID. The account must belong to the specified contact.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
contactId
Contact ID
accountId
Bank Account ID
merchantId
Merchant ID
organizationId
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