Delete Issue Checklist Item
issue_delete_checklist_itemDelete a checklist item from a Yandex Tracker issue by providing its ID. Retrieve item IDs from the issue's checklist first, then remove the unwanted item and get the updated checklist.
Instructions
Delete a single item from the checklist of a Yandex Tracker issue. Use issue_get_checklist to get the item IDs. Returns the issue's checklist after the deletion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | Issue ID in the format '<project>-<id>', like 'SOMEPROJECT-1' | |
| checklist_item_id | Yes | Checklist item ID, as returned in the `id` field of an item by issue_get_checklist. Example: '5f8b2c1e4c3a2d001a7e9b1c'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |