Delete survey
limesurvey_delete_surveyPermanently delete a LimeSurvey survey by providing its ID and confirming the destructive action.
Instructions
Permanently delete a survey. Requires confirm_destructive_action=true.
Calls LimeSurvey RemoteControl method delete_survey. 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_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 |