Liveblocks

Official
by liveblocks

delete-comment

Remove unwanted or outdated comments from Liveblocks threads by specifying the roomId, threadId, and commentId for precise deletion.

Instructions

Delete a Liveblocks comment

Input Schema

NameRequiredDescriptionDefault
commentIdYes
roomIdYes
threadIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "commentId": { "type": "string" }, "roomId": { "type": "string" }, "threadId": { "type": "string" } }, "required": [ "roomId", "threadId", "commentId" ], "type": "object" }
ID: x714wi36o5