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.
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. |
section_id | string | required | The section's uuid. |
Example
Section titled “Example”{ "tool": "delete_context_section", "arguments": { "section_id": "<section_id>" }}