DeleteAllRespondents

Description

Delete all respondents.

Signature
int DeleteAllRespondents(string key,string  projectId)

Parameters

Name Data Type Description

key

string required

The authentication key

projectId

string required

The project ID

Response

Data Type Description

int

Number of respondents deleted.

Example

//***************************************************
//
// DeleteAllRespondents
//
//***************************************************

// Initiate webservice
SurveyDataSoapClient sd = new SurveyDataSoapClient();

// Delete all respondents
int respondentsDeleted = sd.DeleteAllRespondents(key,projectID);