UnlinkBankAccountInput
No description
input UnlinkBankAccountInput {
accountId: ID!
idempotencyKey: String
}
Fields
UnlinkBankAccountInput.accountId
● ID!
non-null scalar
The ID of the account to unlink
UnlinkBankAccountInput.idempotencyKey
● String
scalar
The idempotent key for this request, which is optional. Key may be comprised of alphanumeric values, as well as the following symbols: '_', '-', '.'
Member of
unlinkBankAccount
mutation