Deleting a folder.
Written by
Updated at July 24, 2026
If you have a Iceberg REST Catalog catalog in your project, you can delete it.
Warning
If the deletion protection is on (spec.deletionProtection: true), you cannot delete the catalog. First, deactivate the protection by setting spec.deletionProtection: false in the manifest and applying the changes (kubectl apply). Alternatively, deactivate it in the catalog settings in the management console. Then you can delete the catalog.
Warning
Catalog users (RestCatalogPrincipal) are not automatically deleted together with the catalog. Before deleting the catalog, delete all its users. For more information, see Deleting a catalog user.
CLI
Management console
- Find the name of the catalog in the list of project catalogs:
kubectl get RestCatalog -n <project name>. - Delete the catalog resource:
kubectl delete RestCatalog <catalog 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.
- Click Delete.
- Confirm the deletion.