Skip to main content
Glama

Dataverse MCP Server

by mwhesse

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

NameRequiredDescriptionDefault
schemaNameYesSchema 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" }

Other Tools from Dataverse MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/mwhesse/mcp-dataverse'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server