Exemplo n.º 1
0
  def delete_host(self, host_id):
    """
    Delete a host by id.

    @param host_id Host id
    @return The deleted ApiHost object
    """
    return hosts.delete_host(self, host_id)
Exemplo n.º 2
0
    def delete_host(self, host_id):
        """
    Delete a host by id.

    @param host_id: Host id
    @return: The deleted ApiHost object
    """
        return hosts.delete_host(self, host_id)