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

# deleteBankCard

> deleteBankCard set a bank card's status to INACTIVE.

deleteBankCard set a bank card's status to INACTIVE. Requires MANAGE\_PAYMENT scope.

```graphql theme={null}
mutation {
  deleteBankCard(
    input: DeleteBankCardInput!
  ): BankCard
}
```

## Arguments

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

## Returns

[`BankCard`](/api-reference/types/bank-card) — BankCard is a record of a bank card added by a user.
