DeleteWorkitemAllComment
删除当前工作项所有评论
服务地址:
华东1(杭州)
输入参数
只看必填
organizationId企业id
identifier工作项id
插件下载了解更多
VS Code 插件
安装插件之前,确保已安装 VS Code安装插件之前,确保已安装 VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains 插件
安装插件之前,确保已安装 JetBrains IDE安装插件之前,确保已安装 JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

接口说明

删除当前工作项所有评论。

请求语法

DELETE /organization/{organizationId}/workitems/deleteAllComment HTTP/1.1

路径参数

字段名称字段详情
organizationIdstring

企业 id

示例值:5ebbc0228123212b59xxxxx参考取值来源:
    GetCodeupOrganization
    ListOrganizations

请求参数

字段名称字段详情
identifierstring

工作项 id,同 workitemId,workitemIdentifier,工作项唯一标识

示例值:deafe5f33xxxxx6a259d8dafd

返回参数

字段名称字段详情
requestIdstring

Id of the request

示例值:A7586FEB-E48D-5579-983F-74981FBFF627
errorMsgstring

错误消息

示例值:error
errorCodestring
  • 当 success 为 false,返回业务错误码;展开详情
示例值:success
successstring

true 接口调用成功,false 接口调用失败

示例值:true
deleteFlagboolean

true 删除成功,false 删除失败

示例值:true/false
变更历史
暂无变更历史