Arguments
RemovePlaidBankInstitutionInput!
required
No description provided in the schema yet.
Returns
RemovePlaidBankInstitutionResponse!Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Removes a Plaid bank institution and disables its local bank accounts.
mutation {
removePlaidBankInstitution(
input: RemovePlaidBankInstitutionInput!
): RemovePlaidBankInstitutionResponse!
}
RemovePlaidBankInstitutionResponse!