pub fn delete_queue(
    path: Path<String>,
    state: State<ApplicationState>
) -> Box<dyn Future<Item = HttpResponse, Error = Error>>