def delete_router(self, router):
        '''
        Delete the specified router
        '''
        router_id = self._find_router_id(router)