v1
latestOpenAPI 3.1.02026-07-2416666272.6 KBPublic - Comments
Delete comment
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
delete/public-video-review/{link_id}/comments/{comment_id}
Path parameters
link_idstring uuid required
Review link UUID
comment_idstring uuid required
Comment UUID
Query parameters
tokenstring uuid required
User session token. Use the same token used when creating the comment.
Response
Comment deleted successfully
Example response
{
"msg": "success removed!"
}