pub async fn delete_playground_example(
    conn: &mut PgConnection,
    id: Uuid
) -> ModelResult<PlaygroundExample>