> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluz.app/llms.txt
> Use this file to discover all available pages before exploring further.

# removePlaidBankInstitution

> Removes a Plaid bank institution and disables its local bank accounts.

Removes a Plaid bank institution and disables its local bank accounts. Requires MANAGE\_PAYMENT scope.

```graphql theme={null}
mutation {
  removePlaidBankInstitution(
    input: RemovePlaidBankInstitutionInput!
  ): RemovePlaidBankInstitutionResponse!
}
```

## Arguments

<ParamField body="input" type="RemovePlaidBankInstitutionInput!" required>
  *No description provided in the schema yet.*
</ParamField>

## Returns

[`RemovePlaidBankInstitutionResponse!`](/api-reference/types/remove-plaid-bank-institution-response)
