Delete Graph Relationship
delete_graph_relationshipDelete a specific relationship by its internal ID. Use get_node_relationships to find relationship IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rel_id | Yes | Internal relationship ID (from get_node_relationships) | |
| rel_type | Yes | Relationship key | |
| project_id | Yes | Project ID (UUID) | |
| environment | No | Environment: staging or production (default: staging) |