Delete Recipients

DELETE https://rest.webropolsurveys.com/api/v1/surveys/{{SurveyId}}/recipients/delete

Deletes one or more recipients using a list of the RecipientId's of the recipients.

The RecipientId's can be fetched with the GET Recipients request.

Request Body

{"RecipientList"=>["3809b2c8-773e-420b-966a-073d7ffb9218"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"Message":"Questions deleted"}