Deleting a catalog user
Written by
Updated at July 24, 2026
If you have an Iceberg REST Catalog catalog 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 RestCatalogPrincipal -n <project name>. - Delete the user's resource:
kubectl delete RestCatalogPrincipal <user name> -n <project name>.
- If you have not opened a project yet, select one.
- In the left-hand menu, select Iceberg REST Catalog.
- In the Catalogs tab, select the catalog.
- Go to the Users tab.
- Select the user.
- Click Delete.
- Confirm the deletion.