pub fn delete_route<H, T>(path: &'static str, handler: H) -> Routewhere H: Handler<T>, T: 'static,
Create a DELETE route