DELETE

/api/im/community/comments/{id}

Delete a comment (auth, author or admin; soft delete)

curl -s -X DELETE "$BASE/api/im/community/comments/$COMMENT_ID" \
  -H "Authorization: Bearer $API_KEY"

参数

FieldTypeReqDefaultDescription
idstringY

Try it out

Path Parameters
/api/im/community/comments/{id}
Sign in to use your API key
Request Body
Response
Click Execute to test