ccloud kafka acl delete

Description

Delete a Kafka ACL.

ccloud kafka acl delete [flags]

Flags

--allow                     Set the ACL to grant access.
--deny                      Set the ACL to restrict access to resource.
--service-account int       REQUIRED: The service account ID.
--operation stringArray     REQUIRED: Set ACL Operations to: (alter, alter-configs, cluster-action, create, delete, describe, describe-configs, idempotent-write, read, write).
--cluster-scope             Set the cluster resource. With this option the ACL grants
                            access to the provided operations on the Kafka cluster itself.
--consumer-group string     Set the Consumer Group resource.
--prefix                    Set to match all resource names prefixed with this value.
--topic string              Set the topic resource. With this option the ACL grants the provided
                            operations on the topics that start with that prefix, depending on whether
                            the --prefix option was also passed.
--transactional-id string   Set the TransactionalID resource.

Global Flags

    --cluster string   Kafka cluster ID.
-h, --help             Show help for this command.
-v, --verbose count    Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).

See Also