Plane MCP Server

Official

delete_module

Remove a specific module from a project in Plane MCP Server by providing the project and module identifiers.

Instructions

Delete a module

Input Schema

NameRequiredDescriptionDefault
module_idYesThe uuid identifier of the module to delete
project_idYesThe uuid identifier of the project containing the module

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "module_id": { "description": "The uuid identifier of the module to delete", "type": "string" }, "project_id": { "description": "The uuid identifier of the project containing the module", "type": "string" } }, "required": [ "project_id", "module_id" ], "type": "object" }
ID: y5g9z3v76n