DeleteRouting Description Delete Routing. Will also delete quotas. Will NOT delete predefined lists Signature void DeleteRouting(string key, string projectId) Parameters Name Data Type Description key string required The authentication key projectId string required ID of the project Response Data Type Description Example //*************************************************** // // Delete Routing // //*************************************************** var SurveyDesign = new SurveyDesignSoapClient(); // Delete Routing (Routingstructure and quotas) SurveyDesign.DeleteRouting(key,projectID);