Aller au contenu

glossary_delete

Delete a glossary entry by its uuid (entry_id). Returns {deleted: true, entry_id}. A missing entry_id returns 404.

NomTypeDescription
project_uuidstringoptionnelProject UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise.
entry_idstringrequisThe GlossaryEntry uuid to delete.
{
"tool": "glossary_delete",
"arguments": {
"entry_id": "<entry_id>"
}
}