:doc:`OpenSearchIngestion <../../osis>` / Client / delete_pipeline_endpoint

************************
delete_pipeline_endpoint
************************



.. py:method:: OpenSearchIngestion.Client.delete_pipeline_endpoint(**kwargs)

  

  Deletes a VPC endpoint for an OpenSearch Ingestion pipeline.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/osis-2022-01-01/DeletePipelineEndpoint>`_  


  **Request Syntax**
  ::

    response = client.delete_pipeline_endpoint(
        EndpointId='string'
    )
    
  :type EndpointId: string
  :param EndpointId: **[REQUIRED]** 

    The unique identifier of the pipeline endpoint to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`OpenSearchIngestion.Client.exceptions.DisabledOperationException`

  
  *   :py:class:`OpenSearchIngestion.Client.exceptions.ValidationException`

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

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

  