In case anyone ever needs to delete an #VMware #NSX controller that's stuck during deployment and not accessible in the web UI:
curl --insecure --basic --user <NSX-Admin>:<Password> -X DELETE "https://<NSX-Manager>/api/2.0/vdn/controller/controller-<x>?forceRemoval=True"