:doc:`BackupGateway <../../backup-gateway>` / Client / delete_hypervisor

*****************
delete_hypervisor
*****************



.. py:method:: BackupGateway.Client.delete_hypervisor(**kwargs)

  

  Deletes a hypervisor.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/backup-gateway-2021-01-01/DeleteHypervisor>`_  


  **Request Syntax**
  ::

    response = client.delete_hypervisor(
        HypervisorArn='string'
    )
    
  :type HypervisorArn: string
  :param HypervisorArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the hypervisor to delete.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'HypervisorArn': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **HypervisorArn** *(string) --* 

        The Amazon Resource Name (ARN) of the hypervisor you deleted.

        
  
  **Exceptions**
  
  *   :py:class:`BackupGateway.Client.exceptions.ValidationException`

  
  *   :py:class:`BackupGateway.Client.exceptions.ConflictException`

  
  *   :py:class:`BackupGateway.Client.exceptions.InternalServerException`

  
  *   :py:class:`BackupGateway.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`BackupGateway.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`BackupGateway.Client.exceptions.ThrottlingException`

  