Skip to main content
Glama

Dataverse MCP Server

by mwhesse

delete_dataverse_role

Remove security roles from Microsoft Dataverse to maintain clean access control. This permanent deletion requires verifying the role is not currently assigned to users or teams.

Instructions

Permanently deletes a security role from Dataverse. WARNING: This action cannot be undone and will fail if the role is assigned to any users or teams. Ensure the role is not in use before deletion.

Input Schema

NameRequiredDescriptionDefault
roleIdYesID of the role to delete

Input Schema (JSON Schema)

{ "properties": { "roleId": { "description": "ID of the role to delete", "type": "string" } }, "required": [ "roleId" ], "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