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