Liveblocks

Official
by liveblocks

delete-inbox-notification

Remove specific inbox notifications in Liveblocks by providing user ID and notification ID. Simplify inbox management and reduce clutter effectively.

Instructions

Delete a Liveblocks inbox notification

Input Schema

NameRequiredDescriptionDefault
inboxNotificationIdYes
userIdYes

Input Schema (JSON Schema)

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