delete-notification-settings
Remove notification settings for a specific user in Liveblocks. This tool deletes all associated notification preferences, ensuring clean user management.
Instructions
Delete Liveblocks notification settings
Input Schema
Name | Required | Description | Default |
---|---|---|---|
userId | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"userId": {
"type": "string"
}
},
"required": [
"userId"
],
"type": "object"
}