Skip to main content
Glama

delete-issue-property

Remove a specific property from an issue type in a Plane project by providing the project, issue type, and property identifiers.

Instructions

Delete an issue property

Input Schema

NameRequiredDescriptionDefault
project_idYesID of the project
property_idYesID of the property to delete
type_idYesID of the issue type

Input Schema (JSON Schema)

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