confluent iam rbac role-binding delete

Description

Delete a role binding.

confluent iam rbac role-binding delete [flags]

Flags

    --role string               REQUIRED: Role name of the existing role binding.
    --principal string          REQUIRED: Qualified principal name associated with the role binding.
    --environment string        Environment ID for scope of role-binding operation.
    --current-env               Use current environment ID for scope.
    --cloud-cluster string      Cloud cluster ID for the role binding.
    --kafka-cluster-id string   Kafka cluster ID for the role binding.
    --resource string           Qualified resource name for the role binding.
    --prefix                    Whether the provided resource name is treated as a prefix pattern.
-o, --output string             Specify the output format as "human", "json", or "yaml". (default "human")

Global Flags

-h, --help            Show help for this command.
    --unsafe-trace    Equivalent to -vvvv, but also log HTTP requests and responses which may contain plaintext secrets.
-v, --verbose count   Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).

Examples

Delete the role “ResourceOwner” for the resource “Topic:my-topic” on the Kafka cluster “lkc-123456”:

confluent iam rbac role-binding delete --principal User:u-123456 --role ResourceOwner --environment env-12345 --kafka-cluster-id lkc-123456 --resource Topic:my-topic

See Also