async fn delete_playground_example(
    pool: Data<PgPool>,
    playground_example_id: Path<Uuid>,
    user: AuthUser
) -> ControllerResult<Json<PlaygroundExample>>
Expand description

DELETE /api/v0/main-frontend/playground_examples - Deletes a playground example if exists.