:doc:`OpenSearchService <../../opensearch>` / Client / delete_vpc_endpoint

*******************
delete_vpc_endpoint
*******************



.. py:method:: OpenSearchService.Client.delete_vpc_endpoint(**kwargs)

  

  Deletes an Amazon OpenSearch Service-managed interface VPC endpoint.

  

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


  **Request Syntax**
  ::

    response = client.delete_vpc_endpoint(
        VpcEndpointId='string'
    )
    
  :type VpcEndpointId: string
  :param VpcEndpointId: **[REQUIRED]** 

    The unique identifier of the endpoint.

    

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

    
    ::

      {
          'VpcEndpointSummary': {
              'VpcEndpointId': 'string',
              'VpcEndpointOwner': 'string',
              'DomainArn': 'string',
              'Status': 'CREATING'|'CREATE_FAILED'|'ACTIVE'|'UPDATING'|'UPDATE_FAILED'|'DELETING'|'DELETE_FAILED'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **VpcEndpointSummary** *(dict) --* 

        Information about the deleted endpoint, including its current status ( ``DELETING`` or ``DELETE_FAILED``).

        
        

        - **VpcEndpointId** *(string) --* 

          The unique identifier of the endpoint.

          
        

        - **VpcEndpointOwner** *(string) --* 

          The creator of the endpoint.

          
        

        - **DomainArn** *(string) --* 

          The Amazon Resource Name (ARN) of the domain associated with the endpoint.

          
        

        - **Status** *(string) --* 

          The current status of the endpoint.

          
    
  
  **Exceptions**
  
  *   :py:class:`OpenSearchService.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`OpenSearchService.Client.exceptions.DisabledOperationException`

  
  *   :py:class:`OpenSearchService.Client.exceptions.InternalException`

  
  *   :py:class:`OpenSearchService.Client.exceptions.BaseException`

  