delete_translation
Delete a translation from your translation memory by specifying the memory ID, source and target languages, and the sentence with its translation.
Instructions
Deletes a translation from a translation memory in your Lara Translate account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID or list of IDs where to delete the translation unit from. Format: mem_xyz123 | |
| source | Yes | The source language code of the sentence | |
| target | Yes | The target language code of the translation | |
| sentence | Yes | The source sentence | |
| translation | Yes | The translated sentence | |
| tuid | No | Translation Unit unique identifier | |
| sentence_before | No | The sentence before the source sentence to specify the context of the translation unit | |
| sentence_after | No | The sentence after the source sentence to specify the context of the translation unit |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Import job identifier | |
| begin | No | Begin offset of the import | |
| end | No | End offset of the import | |
| channel | No | Channel identifier used by the import | |
| size | No | Total number of units in the import | |
| progress | No | Import progress between 0 and 1 (1 means complete) |