glossary_delete
Delete a glossary entry by its uuid (entry_id). Returns {deleted: true, entry_id}. A missing entry_id returns 404.
Parameters
Section titled “Parameters”| Name | Type | Description | |
|---|---|---|---|
project_uuid | string | optional | Project UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise. |
entry_id | string | required | The GlossaryEntry uuid to delete. |
Example
Section titled “Example”{ "tool": "glossary_delete", "arguments": { "entry_id": "<entry_id>" }}