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