ACL (v3)

Delete ACLs

Generally Available

Delete the ACLs that match the search criteria.

delete/kafka/v3/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. This is the Service Account name or user name. Supports both legacy User: format (numeric IDs) and new UserV2: format (sa-xxx format) for service accounts. Use UserV2:* to retrieve service accounts in the new format.

hoststring

The ACL host.

operationstring required

The ACL operation.

permissionstring required

The ACL permission.

Response

The list of deleted ACLs.

Changes