Hi All,
How can I delete/disable the applied policies on a mesh. I only see commands for applying the policy.
In Kubernetes or Universal environments?
For k8s you can use kubectl delete <policytype> <policyname> e.g. kubectl delete meshtrafficpermission xyz.
For Universal you can use kumactl with the same command (https://kuma.io/assets/dev/raw/generated/cmd/kumactl/kumactl_delete/).