UnregisterSurveyFromRouter

Description

Unregisters the survey from the survey router

Signature
void UnregisterSurveyFromRouter(string key, string projectId)

Parameters

Name Data Type Description

key

string required

The authentication key

routerId

int required

projectId

string required

The survey id to unregister from the survey router

Response

Data Type Description

Example

var communityPanelSoapClient = new CommunityPanelSoapClient();

communityPanelSoapClient.UnregisterSurveyInRouter(key, "p987654321");