delete_related_items
Remove selected related item links from a specified source resource in IT Glue, confirming deletion with a JSON response.
Instructions
Delete relationships between resources.
Args: source_type: The type of the source resource source_id: The ID of the source resource related_item_ids: List of related item IDs to delete
Returns: JSON string with deletion confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_id | Yes | ||
| source_type | Yes | ||
| related_item_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |