> 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/mutations/close-access-request.md).

# closeAccessRequest

Close an access request. You need to be one of the assignees to do this.

```graphql
closeAccessRequest(
  comment: String
  id: ID
  input: CloseAccessRequestInput
): AccessRequestResult!
```

### Arguments

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

> **WARNING - DEPRECATED**

Will be removed in the 2026.11 release. Use input.comment instead.

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

> **WARNING - DEPRECATED**

Will be removed in the 2026.11 release. Use input.id instead.

#### input ● [`CloseAccessRequestInput`](/api/graphql/data-access/input-types/close-access-request-input.md) input <a href="#input" id="input"></a>

### Type

#### [`AccessRequestResult`](/api/graphql/data-access/unions/access-request-result.md) union
