Delete survey language
limesurvey_delete_languageRemove a non-base language from a LimeSurvey survey. Requires confirmation to permanently delete the language.
Instructions
Remove a non-base language from a survey. Requires confirm_destructive_action=true.
Calls LimeSurvey RemoteControl method delete_language. Authentication uses the configured service account; do not provide a session key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | Yes | Language code to remove. | |
| 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 |