Delete Participant
Delete an existing participant of a survey.
Endpoint
Method | Url |
---|---|
DELETE | surveys/{surveyId}/participants/{participantUniqueId} |
Delete the existing participant identified by the participantUniqueId path variable of the specific survey identified by the surveyId path variable.
Parameters
Path parameters
Path parameter | Description |
---|---|
{surveyId} | The id of the survey. This is the survey GUID and not the Interview URL. |
{participantUniqueId} | The participantUniqueId is either the login name if a logged in survey or else the email address. |
Query string parameters
None
Sample Request
curl --location --request DELETE 'https:// <servername>/snaponline/api/surveys/20dbe888-ec99-4895-b094-e34084f9408f/participants/E' \
--header 'X-USERNAME: {USERNAME}' \
--header 'X-API-KEY: {APIKEY}' \
--header 'X-VERSION: 2.0'
(In the above code, replace {APIKEY} with your actual API key and {USERNAME} with your actual username.)
Sample Response
No response
Response Definitions
No response definition
HTTP Status Codes
200 OK
404 Not Found
Other API calls
- Get Survey List
- Get Survey
- Get Survey Variables
- Get Survey Variable
- Get Survey Responses
- Get User Info
- Get Participant List
- Get Participant
- Add Participant
- Update Participant
- Get Participants Subjects
- Get Participant Subject
- Add Participant Subject
- Update Participant Subject
- Delete Participant Subject