删除评论。
请求说明 请求方式:POST 请求地址:https://open.volcengineapi.com?Action=PCCrashDelComment&Version=2022-10-28 ServiceName : apmplus_openapi
Region : cn-beijing
X-App-Ids : xxx
Content-Type : application/json
json
请求参数 Query 参数 类型 是否必选 示例值 描述 Action String 是 PCCrashDelComment
接口名称。当前 API 的名称为 PCCrashDelComment
。 Version String 是 2022-10-28
接口版本。当前 API 的版本为 2022-10-28
。
Body 参数 类型 是否必选 示例值 描述 app_id Integer 是 12345
App ID。 issue_id String 是 ff56eea75c0411ed95d
崩溃ID。 region String 否 cn
区域,默认cn。 comment_id Long 是 1
评论ID。
返回参数 参数 类型 示例值 描述 data String success
返回结果。 errmsg String ""
错误信息,成功时为空。 errno Integer 200
错误码,成功返回200。
请求示例 POST https:
{
"app_id" : 12345 ,
"issue_id" : "ff56eea75c0411ed95d" ,
"comment_id" : 1 ,
"region" : "cn"
}
json
返回示例 {
"errmsg" : "motorboats" ,
"errno" : 200 ,
"data" : ""
}
json
错误码 本接口无特有的错误码。更多信息请参见错误码 。