Delete service bindings and service instances using Kyma dashboard or kubectl.
You can only delete service instances or service bindings created in Kyma using Kyma dashboard or kubectl. You can't perform these operations using the SAP BTP cockpit. To delete a service instance, first delete its service bindings.
Warning
Once you delete your service instances and service bindings, you cannot revert the operation.
Use either Kyma dashboard or kubectl to delete a service binding or a service instance.
- In the Namespaces view, go to the namespace you want to delete a service binding/instance from.
- Go to Service Management -> Service Bindings/Service Instances.
- Delete the service binding/instance.
To delete a service binding, run:
kubectl delete servicebindings.services.cloud.sap.com {BINDING_NAME}
To delete a service instance, run:
kubectl delete serviceinstances.services.cloud.sap.com {SERVICE_INSTANCE_NAME}