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

# deactivateVCShareLinks

> Deactivates share links.

Deactivates share links. Requires CREATE\_SHARE\_LINK scope.

```graphql theme={null}
mutation {
  deactivateVCShareLinks(
    input: DeactivateVCShareLinksInput!
  ): String
}
```

## Arguments

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

## Returns

`String` — The `String` scalar type represents textual data, represented as UTF-8 character sequences.
