delete_relationship
Remove a relationship from a Power BI model by name or by specifying the table and column endpoints.
Instructions
Delete a relationship. Identify it by name, or by all four of fromTable/fromColumn/toTable/toColumn (order-insensitive).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | relationship name (omit to identify by the column pair) | |
| toTable | No | to-side table | |
| toColumn | No | to-side column | |
| fromTable | No | from-side table | |
| sessionId | Yes | ||
| fromColumn | No | from-side column |