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