Light APIv1.0.0

API / Reference / User Comments

Delete user comment

DELETE https://api.light.inc/v1/user-comments/{userCommentId}

Deletes the given user comment

Author-only (403 for anyone else, 404 USER_COMMENT_NOT_FOUND if unknown). The delete is permanent and answers 204 with no body.

Authorization

Send one of these on every request. See Authentication for how to get credentials.

  • API key

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

  • Bearer token

Path parameters

  • userCommentId string · uuidrequired

Response

This endpoint returns no content.