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

***************
delete_pipeline
***************



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

  

  Deletes an OpenSearch Ingestion pipeline. For more information, see `Deleting Amazon OpenSearch Ingestion pipelines <https://docs.aws.amazon.com/opensearch-service/latest/developerguide/delete-pipeline.html>`__.

  

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


  **Request Syntax**
  ::

    response = client.delete_pipeline(
        PipelineName='string'
    )
    
  :type PipelineName: string
  :param PipelineName: **[REQUIRED]** 

    The name of the pipeline 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`

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

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

  