Skip to content

Issue-Reply Deletion



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

Overview

Route Parameters

Parameter Name Type Required Description
reply_uuid string Y reply_uuid

Additional Parameter Notes

Request Example

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

Response

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

Feedback

Is this page helpful? ×