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

# unlockVirtualCard

> Mutation to unlock a previously locked virtual card.

Mutation to unlock a previously locked virtual card. Requires EDIT\_VIRTUALCARD scope.

```graphql theme={null}
mutation {
  unlockVirtualCard(
    input: UnlockVirtualCardInput!
  ): UnlockVirtualCardResponse
}
```

## Arguments

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

## Returns

[`UnlockVirtualCardResponse`](/api-reference/types/unlock-virtual-card-response)
