delete_flow
Remove one or more asset flows from your threat model. Provide a single ID or a list of IDs for batch deletion to clean up outdated or incorrect flows.
Instructions
Delete an asset flow from the system. Supports batch operations via the 'ids' parameter.
This tool deletes one or more asset flows from the system. 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 flow to delete (required for single item mode) ids: Optional list of flow 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 |