Skip to content

glossary_delete

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

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