Skip to main content
Glama

Redmine MCP Server

by yonaka15

delete_user

Permanently remove a user from Redmine by specifying their ID. Requires admin privileges. This action is irreversible and ensures user data is completely deleted.

Instructions

Delete a user permanently. Admin privileges required. This action cannot be undone. Available since Redmine 1.1

Input Schema

NameRequiredDescriptionDefault
idYesID of user to delete

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "ID of user to delete", "type": "number" } }, "required": [ "id" ], "type": "object" }

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/yonaka15/mcp-server-redmine'

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