async fn delete_one(
    __arg0: Path<String>,
    __arg1: State<Arc<AppState>>
) -> Result<(StatusCode, String), AppError>