delete_crossing_point
Delete one or more crossing points from your system architecture using their IDs. Supports batch operations for removing multiple points at once.
Instructions
Delete a crossing point. Supports batch operations via the 'ids' parameter.
This tool deletes one or more crossing points 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 crossing point to delete (required for single item mode) ids: Optional list of crossing point IDs for batch deletion
Returns: A confirmation message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ID of the crossing point to delete (required for single item mode) | |
| ids | No | Optional list of crossing point IDs to delete in batch. When provided, the 'id' parameter is ignored. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |