bookstack_users_delete
Remove a user account from BookStack while optionally transferring their content to another user to maintain data continuity.
Instructions
Delete a user account with option to migrate content ownership to another user
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | User ID to delete | |
| migrate_ownership_id | No | User ID to transfer content ownership to (optional) |