delete_assumption
Delete a single assumption by ID or remove multiple assumptions in batch. Keep the threat model current by eliminating outdated entries.
Instructions
Delete an assumption from the threat model. Supports batch operations via the 'ids' parameter.
For single item: provide the id directly. For batch: provide a list of IDs in the 'ids' parameter.
Args: ctx: MCP context for logging and error handling id: ID of the assumption to delete (required for single item mode) ids: Optional list of assumption IDs for batch deletion
Returns: A confirmation message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ID of the assumption to delete (required for single item mode) | |
| ids | No | Optional list of assumption IDs to delete in batch. When provided, the 'id' parameter is ignored. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |