:doc:`EMRContainers <../../emr-containers>` / Client / delete_virtual_cluster

**********************
delete_virtual_cluster
**********************



.. py:method:: EMRContainers.Client.delete_virtual_cluster(**kwargs)

  

  Deletes a virtual cluster. Virtual cluster is a managed entity on Amazon EMR on EKS. You can create, describe, list and delete virtual clusters. They do not consume any additional resource in your system. A single virtual cluster maps to a single Kubernetes namespace. Given this relationship, you can model virtual clusters the same way you model Kubernetes namespaces to meet your requirements.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/emr-containers-2020-10-01/DeleteVirtualCluster>`_  


  **Request Syntax**
  ::

    response = client.delete_virtual_cluster(
        id='string'
    )
    
  :type id: string
  :param id: **[REQUIRED]** 

    The ID of the virtual cluster that will be deleted.

    

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

    
    ::

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

    

    - *(dict) --* 
      

      - **id** *(string) --* 

        This output contains the ID of the virtual cluster that will be deleted.

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

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

  