Skip to main content
Glama

Dataverse MCP Server

by mwhesse

delete_dataverse_table

Permanently remove custom tables from Dataverse. This irreversible action deletes all table data and cannot be undone. Use only for tables no longer needed.

Instructions

Permanently deletes a custom table from Dataverse. WARNING: This action cannot be undone and will remove all data in the table. Use with extreme caution and only for tables that are no longer needed.

Input Schema

NameRequiredDescriptionDefault
logicalNameYesLogical name of the table to delete

Input Schema (JSON Schema)

{ "properties": { "logicalName": { "description": "Logical name of the table to delete", "type": "string" } }, "required": [ "logicalName" ], "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