Delete comment

Deletes a comment and all its replies.

Authentication

This endpoint requires authentication via API Key in the Authorization header.

Authorization: <your-api-key>

Action Parameter

This endpoint uses the query parameter action=comment to identify the operation.

DELETE /video-review/{video_id}/{comment_id}?action=comment

Behavior

  • Deleting a parent comment also deletes all linked replies
  • This action is irreversible
Language
Credentials
Header
Click Try It! to start a request and see the response here!