Skip to main content
Glama

delete-module

Remove a module from a Plane project by specifying the project ID and module ID to manage project structure and organization.

Instructions

Delete a module from a project

Input Schema

NameRequiredDescriptionDefault
module_idYesID of the module to delete
project_idYesID of the project containing the module

Input Schema (JSON Schema)

{ "properties": { "module_id": { "description": "ID of the module to delete", "type": "string" }, "project_id": { "description": "ID of the project containing the module", "type": "string" } }, "required": [ "project_id", "module_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/disrex-group/plane-mcp-server'

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