Skip to main content
DELETE
/
comments
/
{id}
Delete comment
curl --request DELETE \
  --url https://community.kuest.com/comments/{id}
{}
Soft delete a comment authored by the current session.

Path Parameters

id
string
required

Comment ID.

Response

Comment deleted.

The response is of type object.