Deleting a user
Written by
Updated at April 8, 2026
If you have an Apache Kafka® user in your project, you can delete it.
CLI
Management console
- Find the name of the user in the list of project users:
kubectl get KafkaUserAccess -n <project name>. - Delete the user resource:
kubectl delete KafkaUserAccess <user name> -n <project name>.
- If you have not opened a project yet, select one.
- In the left-hand menu, select Kafka Clusters.
- Select a cluster.
- Select the Users tab.
- Select the user.
- Click Delete.
- Confirm the deletion.