def delete_port(self, port):
        '''
        Deletes the specified port
        '''
        port_id = self._find_port_id(port)