Skip to main content
DELETE
/
v1
/
user-comments
/
{userCommentId}
Delete user comment
curl --request DELETE \
  --url https://api.light.inc/v1/user-comments/{userCommentId} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.

Path Parameters

userCommentId
string<uuid>
required

Response

default - application/json;charset=UTF-8

default response