delete_entity_relationship
Delete a relationship from a Productboard entity by providing the relationship type and target entity ID. Use to remove parent, child, link, blocked, or blocking connections.
Instructions
Remove a relationship from a Productboard entity. Requires the relationship type and target entity ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Relationship type (parent, child, link, isBlockedBy, isBlocking) | |
| entityId | Yes | Source entity UUID | |
| targetId | Yes | Target entity UUID |