> 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/delete-access-control.md).

# deleteAccessControl

Delete an access control. It will be removed from the underlying system and 48 hours after the sync it will be removed from Collibra Data Access.

```graphql
deleteAccessControl(
  id: ID!
  options: DeleteAccessControlOptions
  overrideLocks: Boolean = false
): AccessControlResult!
```

### Arguments

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

#### options ● `DeleteAccessControlOptions` input <a href="#options" id="options"></a>

#### overrideLocks ● [`Boolean`](/api/graphql/data-access/scalars/boolean.md) scalar <a href="#override-locks" id="override-locks"></a>

### Type

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