delete_work_item
Delete a work item by moving it to the recycle bin or permanently destroying it. Specify the project and work item ID.
Instructions
Delete a work item (move to recycle bin, or permanently destroy).
Args: project: Azure DevOps project name. Uses default if not specified. work_item_id: The ID of the work item to delete. destroy: If True, permanently delete. If False (default), move to recycle bin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | ||
| work_item_id | No | ||
| destroy | No |