delete_work_item
Delete a specific work item from a project using its unique identifier. Provide the project ID and work item ID to remove the item.
Instructions
Delete a work item by ID.
Args: project_id: UUID of the project work_item_id: UUID of the work item
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| work_item_id | Yes |