Skip to main content
DELETE
/
api
/
blueprints
/
comments
/
{comment_id}
删除评论
curl --request DELETE \
  --url https://api.end.shallow.ink/api/blueprints/comments/{comment_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Web 平台登录用户的 JWT Access Token

Path Parameters

comment_id
string
required

Response

200

软删除成功