콘텐츠로 이동

답글 삭제



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

개요

경로 매개변수

매개변수명 유형 필수 설명
reply_uuid string Y reply_uuid

매개변수 추가 설명

요청 예시

curl 'https://openapi.guance.com/api/v1/issue/reply/repim_xxxx32/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"
} 

문서 평가

이 페이지가 도움이 되었나요?