Deletes the specified work item and sends it to the Recycle Bin, so that it can be restored back, if required. Optionally, if the destroy parameter has been set to true, it destroys the work item permanently. WARNING: If the destroy parameter is set to true, work items deleted by this command will NOT go to recycle-bin and there is no way to restore/recover them after deletion. It is recommended NOT to use this parameter. If you do, please use this parameter with extreme caution.Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
External DocumentationTo learn more, visit the Azure DevOps documentation.
Basic Parameters
| Parameter | Description |
|---|---|
| ID | ID of the Work Item to be deleted. You can get the Work Item ID using the List Work Items IDs action. |
| Organization | The Azure DevOps Organization. You can view the Organizations list in the Azure DevOps Organizations page. |
| Project | The Project ID or Project name. You can view the Projects list in the Azure DevOps Projects page. |
Advanced Parameters
| Parameter | Description |
|---|---|
| Permanently Delete | Optional parameter, if set to true, the work item is deleted permanently. Please note: the destroy action is PERMANENT and cannot be undone. |