ACL (v3)

Delete ACLs

Generally Available

Delete the ACLs that match the search criteria.

delete/clusters/{cluster_id}/acls

Query parameters

resource_type'UNKNOWN' | 'ANY' | 'TOPIC' | 'GROUP' | 'CLUSTER' | 'TRANSACTIONAL_ID' | 'DELEGATION_TOKEN' required

The ACL resource type.

resource_namestring

The ACL resource name.

pattern_typestring required

The ACL pattern type.

principalstring

The ACL principal.

hoststring

The ACL host.

operationstring required

The ACL operation.

permissionstring required

The ACL permission.

Response

The list of deleted ACLs.

Changes