Method: projects.locations.clusters.acls.delete

Deletes an acl.

HTTP request

DELETE https://managedkafka.googleapis.com/v1/{name=projects/*/locations/*/clusters/*/acls/**}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the acl to delete. Structured like: projects/{project}/locations/{location}/clusters/{cluster}/acls/{aclId}.

The structure of aclId defines the Resource Pattern (resourceType, resourceName, patternType) of the acl. See Acl.name for details.

Request body

The request body must be empty.

Response body

If successful, the response body is an empty JSON object.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.