DELETE Responses/{QuestionKey}/{RespondentID}
Delete a response from the database by using pair of question key and respondent id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
QuestionKey |
Key of question |
integer |
Required |
RespondentID |
ID of respondent |
string |
Required |
Body Parameters
None.
Response Information
Delete a response from the database by using pair of question key and respondent id
Name | Description | Type | Additional information |
---|---|---|---|
errors |
If null the request was processed without error. If not null errors occurred while processing the request. The array contains the error messages. |
Collection of string |
None. |