Skip to main content
Glama

Dataverse MCP Server

by mwhesse

delete_dataverse_team

Remove a team from Dataverse permanently. This action cannot be undone and requires verifying the team has no assigned records or security roles before deletion.

Instructions

Permanently deletes a team from Dataverse. WARNING: This action cannot be undone and will fail if the team owns records or has assigned security roles. Ensure the team is not in use before deletion.

Input Schema

NameRequiredDescriptionDefault
teamIdYesID of the team to delete

Input Schema (JSON Schema)

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