delete_form_translation
Remove one language version of a form while retaining submission data; historical reports for that language fall back to the source text. The primary language remains unaffected.
Instructions
Delete one language version (translation) of a form. Submission records are anchored to the source form and are NOT deleted; reports for historical records in this language fall back to the source text. The primary language cannot be deleted this way (it lives on the form itself).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| formId | Yes | The source form UUID | |
| language | Yes | Which language version to delete |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| formId | No | The source form | |
| deleted | No | Always true on success; submission records are kept | |
| language | No | Language version that was deleted |