delete_threat
Remove one or more threats from your threat model. Supports batch deletion via multiple IDs for efficient cleanup.
Instructions
Delete a threat from the model. Supports batch operations via the 'ids' parameter.
This tool deletes one or more threats 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 threat to delete (required for single item mode) ids: Optional list of threat 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 |