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

# closeUserCashBalance

> Mutation for closing a user cash balance account.

Mutation for closing a user cash balance account. Requires MANAGE\_PAYMENT scope.

```graphql theme={null}
mutation {
  closeUserCashBalance(
    input: CloseUserCashBalanceInput!
  ): CloseUserCashBalanceResponse!
}
```

## Arguments

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

## Returns

[`CloseUserCashBalanceResponse!`](/api-reference/types/close-user-cash-balance-response) — Response type for the closeUserCashBalance mutation, returning a closed user cash balance and affected virtual card records
