Skip to main content
Glama

delete-issue-type

Remove an issue type from a Plane project by specifying the project ID and issue type ID to clean up project management workflows.

Instructions

Delete an issue type from a project

Input Schema

NameRequiredDescriptionDefault
project_idYesID of the project containing the issue type
type_idYesID of the issue type to delete

Input Schema (JSON Schema)

{ "properties": { "project_id": { "description": "ID of the project containing the issue type", "type": "string" }, "type_id": { "description": "ID of the issue type to delete", "type": "string" } }, "required": [ "project_id", "type_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