delete
https://api-v2.pandavideo.com.br/public-video-review//comments/
Deletes a comment and all its replies.
Authentication
| Parameter | Type | Description |
|---|---|---|
link_id | path | Review link identifier |
comment_id | path | Comment identifier |
token | query | User session token |
To delete a comment, use the same token used when creating the comment. The token can be the same value as link_id or a unique identifier generated by the application.
Example: 550e8400-e29b-41d4-a716-446655440000
Behavior
- Deleting a parent comment also deletes all linked replies
- This action is irreversible
- The link must be active and not expired
