Taiga MCP Bridge

by talhaorak
Verified

delete_project

Permanently remove a project from Taiga project management platform using its unique ID. Requires valid session and project IDs to execute the irreversible deletion.

Instructions

Deletes a project by its ID. This is irreversible.

Input Schema

NameRequiredDescriptionDefault
project_idYes
session_idYes

Input Schema (JSON Schema)

{ "properties": { "project_id": { "title": "Project Id", "type": "integer" }, "session_id": { "title": "Session Id", "type": "string" } }, "required": [ "session_id", "project_id" ], "title": "delete_projectArguments", "type": "object" }
ID: bd5ajys5zl