Delete all resources from Kubernetes at once

Use --all switch:

kubectl delete configmap --all -n {{ namespace }}
kubectl delete po --all -n {{ namespace }}
kubectl delete job --all -n {{ namespace }}
kubectl delete deploy --all -n {{ namespace }}
Be careful with this command - because if you will use it in secrets for example, you may delete default namespace tokens