Register a DELETE route
void delete(String path, Handler handler) { _routes['DELETE:$path'] = handler; }