---
title: "Delete ACLs"
method: DELETE
path: "/clusters/{cluster_id}/acls"
tags: ["ACL"]
---

# Delete ACLs

`DELETE /clusters/{cluster_id}/acls`

Deletes the list of ACLs that matches the search criteria.

## Query parameters

- `resource_type` 'UNKNOWN' | 'ANY' | 'TOPIC' | 'GROUP' | 'CLUSTER' | 'TRANSACTIONAL_ID' | 'DELEGATION_TOKEN'
- `resource_name` string
- `pattern_type` 'UNKNOWN' | 'ANY' | 'MATCH' | 'LITERAL' | 'PREFIXED'
- `principal` string
- `host` string
- `operation` 'UNKNOWN' | 'ANY' | 'ALL' | 'READ' | 'WRITE' | 'CREATE' | 'DELETE' | 'ALTER' | 'DESCRIBE' | 'CLUSTER_ACTION' | 'DESCRIBE_CONFIGS' | 'ALTER_CONFIGS' | 'IDEMPOTENT_WRITE'
- `permission` 'UNKNOWN' | 'ANY' | 'DENY' | 'ALLOW'

## Response `200`

The list of deleted ACLs.

- object
  - `data` AclData[], required
    - `kind` string, required
    - `metadata` ResourceMetadata, required
      - `self` string, required
      - `resource_name` string, nullable
    - `cluster_id` string, required
    - `resource_type` 'UNKNOWN' | 'ANY' | 'TOPIC' | 'GROUP' | 'CLUSTER' | 'TRANSACTIONAL_ID' | 'DELEGATION_TOKEN', required
    - `resource_name` string, required
    - `pattern_type` 'UNKNOWN' | 'ANY' | 'MATCH' | 'LITERAL' | 'PREFIXED', required
    - `principal` string, required
    - `host` string, required
    - `operation` 'UNKNOWN' | 'ANY' | 'ALL' | 'READ' | 'WRITE' | 'CREATE' | 'DELETE' | 'ALTER' | 'DESCRIBE' | 'CLUSTER_ACTION' | 'DESCRIBE_CONFIGS' | 'ALTER_CONFIGS' | 'IDEMPOTENT_WRITE', required
    - `permission` 'UNKNOWN' | 'ANY' | 'DENY' | 'ALLOW', required

## Changes

- **2021-03-10** (v3) `d61f00e40f31` — 3 breaking, 22 warning, 33 info
  - the `query` request parameter `operation` was restricted to a list of enum values
  - the `query` request parameter `pattern_type` was restricted to a list of enum values
  - the `query` request parameter `permission` was restricted to a list of enum values
  - added the new `ALL` enum value to the `data/items/allOf[subschema #2]/operation` response property for the response status `200`
  - …54 more

[Change history](https://skmtc.dev/confluentinc/apis/rest-admin-api/changes/clusters/:cluster_id/acls/delete.md)

---

[API](https://skmtc.dev/confluentinc/apis/rest-admin-api.md) · [All operations](https://skmtc.dev/confluentinc/apis/rest-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/confluentinc/rest-admin-api/revisions/f4e2cecc76c2/schema)
