delete_glossary_entry
Deletes a term or entry from a Lara Translate glossary. Use term for monodirectional glossaries or GUID for multidirectional ones.
Instructions
Deletes an entry from a glossary in your Lara Translate account. Use term for monodirectional glossaries or guid for multidirectional glossaries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The glossary ID (format: gls_*, e.g., 'gls_xyz123') | |
| term | No | The term to delete. Use this for monodirectional glossaries. | |
| guid | No | The entry GUID to delete. Use this for multidirectional glossaries. |
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 entries in the import | |
| progress | No | Import progress between 0 and 1 (1 means complete) |