> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/graphql/data-access/input-types/cancel-access-request-input.md).

# CancelAccessRequestInput

Input for the cancelAccessRequest mutation.

```graphql
input CancelAccessRequestInput {
  comment: String
  id: ID!
  partialImplementationAction: AccessRequestPartialAction
}
```

### Fields

#### comment ● [`String`](/api/graphql/data-access/scalars/string.md) scalar <a href="#comment" id="comment"></a>

Optional comment to attach when cancelling.

#### id ● [`ID!`](/api/graphql/data-access/scalars/id.md) non-null scalar <a href="#id" id="id"></a>

The ID of the access request to cancel.

#### partialImplementationAction ● [`AccessRequestPartialAction`](/api/graphql/data-access/enumerations/access-request-partial-action.md) enum <a href="#partial-implementation-action" id="partial-implementation-action"></a>

Required when the AR resolves as PartiallyImplemented and a GrantVariation exists; ignored otherwise.

### Member Of

[`cancelAccessRequest`](/api/graphql/data-access/mutations/cancel-access-request.md) mutation
