First delete the StatefulSet. This will also terminates the pods. It may take some while.
kubectl delete statefulset mysql
Verify there are no pods running by following command.
kubectl get pods -l app=mysql
Delete ConfigMap, Service and PVC by following command.
kubectl delete configmap,service,pvc -l app=mysql