> ## 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.

# disablePlaidIntegration

> Disables the application's Plaid integration.

Disables the application's Plaid integration. Existing links made with these credentials stop working
until the same credentials are registered again.

Requires the `BYOI_PLAID` scope. See [BYOI Plaid](/features/byoi-plaid).

```graphql theme={null}
mutation {
  disablePlaidIntegration: PlaidIntegrationResponse!
}
```

## Returns

[`PlaidIntegrationResponse!`](/api-reference/types/plaid-integration-response)
