Taiga MCP Bridge

by talhaorak
Verified

delete_user_story

Remove a user story by its ID in the Taiga project management platform. Requires session ID and user story ID for authenticated and targeted deletion.

Instructions

Deletes a user story by its ID.

Input Schema

NameRequiredDescriptionDefault
session_idYes
user_story_idYes

Input Schema (JSON Schema)

{ "properties": { "session_id": { "title": "Session Id", "type": "string" }, "user_story_id": { "title": "User Story Id", "type": "integer" } }, "required": [ "session_id", "user_story_id" ], "title": "delete_user_storyArguments", "type": "object" }
ID: bd5ajys5zl