Skip to main content
Glama

Dataverse MCP Server

by mwhesse

delete_dataverse_optionset

Remove an option set from Microsoft Dataverse. This permanent deletion requires verifying no columns currently reference the option set before proceeding.

Instructions

Permanently deletes an option set from Dataverse. WARNING: This action cannot be undone and will fail if the option set is being used by any columns. Ensure no columns reference this option set before deletion.

Input Schema

NameRequiredDescriptionDefault
nameYesName of the option set to delete

Input Schema (JSON Schema)

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