delete_threat_actor
Delete one or more threat actors from your threat model. Provide a single ID or use the ids parameter for batch deletion.
Instructions
Delete a threat actor. Supports batch operations via the 'ids' parameter.
This tool deletes one or more threat actors 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 actor to delete (required for single item mode) ids: Optional list of threat actor IDs for batch deletion
Returns: A confirmation message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ID of the threat actor to delete (required for single item mode) | |
| ids | No | Optional list of threat actor IDs to delete in batch. When provided, the 'id' parameter is ignored. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |