Azure DevOps Connector
Documentation
Version: 2
Documentation

EndPoint Delete Work Item Comment


Name

delete_workitem_comment

Description

Delete work item comment for a specific Work Item Id and Comment Id [API reference]

Parameters

Parameter Label Required Options Description
Id Id YES Comment Id
WorkItemId WorkItemId YES WorkItem Id for which you like to get comments
Project Project Name YES The Name of the project.
api-version api-version NO For this API you must set 7.0-preview for now

Output Columns

Label Data Type (SSIS) Data Type (SQL) Length Raw Description
Id DT_I4 int False
WorkItemId DT_I4 int False
Status DT_WSTR nvarchar(4000) 4000 False
StatusCode DT_I4 int False

Input Columns

Label Data Type (SSIS) Data Type (SQL) Length Raw Description
WorkItemId DT_I4 int False
Id DT_I4 int False
Required columns that you need to supply are bolded.