Liveblocks

Official
by liveblocks

delete-thread

Remove unwanted or outdated threads from Liveblocks rooms by specifying the room ID and thread ID to maintain clean and organized communication spaces.

Instructions

Delete a Liveblocks thread

Input Schema

NameRequiredDescriptionDefault
roomIdYes
threadIdYes

Input Schema (JSON Schema)

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