DeletePanelist

Description

Deletes a panelist from a community panel

Signature
int DeletePanelist(string key, string panelProjectId, int panelistId)

Parameters

Name Data Type Description

key

string required

The authentication key

panelProjectId

string required

The project id of the panel

panelistId

int required

The ID of the panelist to delete

Response

Data Type Description

int

Number of deleted rows.

Example

var communityPanelSoapClient = new CommunityPanelSoapClient();

var deletePanelistResult = communityPanelSoapClient.DeletePanelist(key, "p123456789", 99);