To learn more, visit the Azure DevOps documentation.

Basic Parameters

ParameterDescription
IDID of the Work Item to be deleted. You can get the Work Item ID using the List Work Items IDs action.
OrganizationThe Azure DevOps Organization. You can view the Organizations list in the Azure DevOps Organizations page.
ProjectThe Project ID or Project name. You can view the Projects list in the Azure DevOps Projects page.

Advanced Parameters

ParameterDescription
Permanently DeleteOptional parameter, if set to true, the work item is deleted permanently. Please note: the destroy action is PERMANENT and cannot be undone.

Example Output

{    "code": 0,    "deletedBy": "The user who deleted the work item type.",    "deletedDate": "The work item deletion date.",    "id": 0,    "message": "The exception message for work item operation in a batch request.",    "name": "Name or title of the work item.",    "project": "Parent project of the deleted work item.",    "type": "Type of work item.",    "url": "REST API URL of the resource"}

Workflow Library Example

Delete Work Item with Azure Devops and Send Results Via Email

Preview this Workflow on desktop