delete_glossary
Remove a glossary from your account using its ID. This enables cleanup of unused or outdated glossaries.
Instructions
Deletes a glossary from your Lara Translate account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The glossary ID to delete (format: gls_*, e.g., 'gls_xyz123') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique glossary identifier (format: gls_*) | |
| name | Yes | Display name of the glossary | |
| ownerId | Yes | Identifier of the glossary owner | |
| createdAt | Yes | ISO 8601 timestamp | |
| updatedAt | Yes | ISO 8601 timestamp | |
| isPersonal | Yes | True if the glossary is private to the owner |