cURL
curl --request POST \ --url https://api.redem.io/v3/deleteRespondents \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data '{ "surveyName": "<string>", "respondentIds": [ "<string>" ] }'
{ "success": true, "message": "<string>", "results": {} }
Delete one or more respondents from a survey and clean up related data.
The name of the survey.
Array of respondent IDs to delete.
1
Respondents deleted successfully