delete_mitigation
Delete single or multiple mitigations from a threat model. Pass an ID for one mitigation or a list of IDs to remove them in bulk.
Instructions
Delete a mitigation from the model. Supports batch operations via the 'ids' parameter.
This tool deletes one or more mitigations from the threat model. 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 mitigation to delete (required for single item mode) ids: Optional list of mitigation IDs for batch deletion
Returns: A confirmation message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| ids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |