``` kubectl delete ns --grace-period=0 –force kubectl get namespace -o json >tmp.json kubectl proxy curl -k -H "Content-Type: application/json" -X PUT --data-binary @tmp.json http://127.0.0.1:8001/api/v1/namespaces/istio-system/finalize ```