跳转至

删除issue对应的回复消息



DELETE /api/v1/issue/reply/{reply_uuid}/delete

概述

路由参数

参数名 类型 必选 说明
reply_uuid string Y reply_uuid

参数补充说明

请求例子

curl 'https://openapi.guance.com/api/v1/issue/reply/repim_73265eb9e69449de8d0b98e3b789a174/delete' \
-X 'DELETE' \
-H 'DF-API-KEY: <DF-API-KEY>' \
-H 'Content-Type: application/json;charset=UTF-8' \
--compressed

响应

{
    "code": 200,
    "content": true,
    "errorCode": "",
    "message": "",
    "success": true,
    "traceId": "14221792535104901781"
} 

文档评价

文档内容是否对您有帮助? ×