glossary_delete
Delete a glossary entry by its uuid (entry_id). Returns {deleted: true, entry_id}. A missing entry_id returns 404.
Paramètres
Section intitulée « Paramètres »| Nom | Type | Description | |
|---|---|---|---|
project_uuid | string | optionnel | Project UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise. |
entry_id | string | requis | The GlossaryEntry uuid to delete. |
{ "tool": "glossary_delete", "arguments": { "entry_id": "<entry_id>" }}