delete_dataverse_relationship
Permanently remove relationships between Dataverse tables to eliminate table connections and lookup fields. This irreversible action requires careful consideration before execution.
Instructions
Permanently deletes a relationship between Dataverse tables. WARNING: This action cannot be undone and will remove the connection between tables, including any lookup fields for One-to-Many relationships. Use with extreme caution.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
schemaName | Yes | Schema name of the relationship to delete |
Input Schema (JSON Schema)
{
"properties": {
"schemaName": {
"description": "Schema name of the relationship to delete",
"type": "string"
}
},
"required": [
"schemaName"
],
"type": "object"
}