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

***********************
delete_managed_endpoint
***********************



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

  

  Deletes a managed endpoint. A managed endpoint is a gateway that connects Amazon EMR Studio to Amazon EMR on EKS so that Amazon EMR Studio can communicate with your virtual cluster.

  

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


  **Request Syntax**
  ::

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

    The ID of the managed endpoint.

    

  
  :type virtualClusterId: string
  :param virtualClusterId: **[REQUIRED]** 

    The ID of the endpoint's virtual cluster.

    

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

    
    ::

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

    

    - *(dict) --* 
      

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

        The output displays the ID of the managed endpoint.

        
      

      - **virtualClusterId** *(string) --* 

        The output displays the ID of the endpoint's virtual cluster.

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

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

  