Skip to main content

delete_notebook

Function delete_notebook 

Source
pub async fn delete_notebook(
    db: &Arc<dyn NotebookDb>,
    id: Uuid,
    user_id: Uuid,
) -> Result<bool, NotebookError>
Expand description

Delete a notebook. Returns true if a row was removed.