delete
https://api-v2.pandavideo.com.br/video-review//comments/
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
