Azure DevOps Connector
Documentation
Version: 2
Documentation

EndPoint Delete Work Item


Name

delete_workitem

Description

Deletes an existing work item in the default project within the organization. [API reference]

Parameters

Parameter Label Required Options Description
Project Project Name YES The Name of the project.
Id Work Item Id NO

Output Columns

Label Data Type (SSIS) Data Type (SQL) Length Raw Description
Id DT_I4 int False
project DT_WSTR nvarchar(4000) 4000 False
Title DT_WSTR nvarchar(4000) 4000 False
WorkItemType DT_WSTR nvarchar(4000) 4000 False
DeletedBy DT_WSTR nvarchar(4000) 4000 False
DeletedDate DT_WSTR nvarchar(4000) 4000 False

Input Columns

Label Data Type (SSIS) Data Type (SQL) Length Raw Description
Id DT_WSTR nvarchar(4000) 4000 False
Required columns that you need to supply are bolded.