pub async fn front_matter_delete(
    client: &ApiClient,
    notebook_id: Base64Uuid
) -> Result<()>
Expand description

Deletes all front matter data for notebook. If you wish to delete a single key instead of the whole object, use the patch endpoint with value: null