> 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/who-item-remove-input.md).

# WhoItemRemoveInput

Input object to identify a WHO item to remove from an access control. Only one of `user`, `accessControl`, `dataSource` or `recipient` should be filled in.

```graphql
input WhoItemRemoveInput {
  accessControl: ID
  dataSource: ID
  recipient: String
  type: AccessWhoItemType
  user: ID
}
```

### Fields

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

The ID of the access control for the WHO item.

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

The ID of the data source for the WHO item (for shares).

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

The identifier of the recipient account (for shares).

#### type ● [`AccessWhoItemType`](/api/graphql/data-access/enumerations/access-who-item-type.md) enum <a href="#type" id="type"></a>

Defines if the WHO item is a grant or promise.

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

The ID of the user for the WHO item.

### Member Of

[`AccessControlInput`](/api/graphql/data-access/input-types/access-control-input.md) input
