Delete survey response
limesurvey_delete_responsePermanently delete a response. Requires survey ID, response ID, and confirm_destructive_action=true acknowledgement.
Instructions
Permanently delete a response. Requires confirm_destructive_action=true.
Calls LimeSurvey RemoteControl method delete_response. Authentication uses the configured service account; do not provide a session key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| survey_id | Yes | Numeric LimeSurvey survey ID. | |
| response_id | Yes | Numeric response ID. | |
| response_format | No | Output format. JSON preserves the complete structured result; Markdown is optimized for reading. | json |
| confirm_destructive_action | Yes | Required acknowledgement of the permanent deletion. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| result | Yes | ||
| truncated | No | ||
| truncation_message | No |