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.
Examples
SSIS
Use Azure DevOps Connector in API Source component to read data or in API Destination component to read/write data:
Delete rows from WorkItems table using API Destination
This EndPoint belongs to WorkItems table, therefore you cannot work with it directly. Use this table and table-operation pair instead:
Azure DevOps
WorkItems
Delete
