Redmine MCP Server

delete_project

Delete project permanently. Deletes all project data and subprojects. This action cannot be undone. Available since Redmine 1.0

Input Schema

NameRequiredDescriptionDefault
idYesProject ID as number or key as text

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "Project ID as number or key as text", "type": "string" } }, "required": [ "id" ], "type": "object" }