Aller au contenu

delete_context_section

Delete a context section by section_id. Irreversible from here. Needs a project:settings:write (or mcp:*) key. Unknown id is a 404.

NomTypeDescription
project_uuidstringoptionnelProject UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise.
section_idstringrequisThe section's uuid.
{
"tool": "delete_context_section",
"arguments": {
"section_id": "<section_id>"
}
}