pub async fn delete_query( __arg0: State<Arc<ApiState>>, __arg1: Path<(String, String)>, ) -> Result<Json<MutationResponse>, Json<ErrorResponse>>