:doc:`CodePipeline <../../codepipeline>` / Client / delete_pipeline

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



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

  

  Deletes the specified pipeline.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/DeletePipeline>`_  


  **Request Syntax**
  ::

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

    The name of the pipeline to be deleted.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`CodePipeline.Client.exceptions.ValidationException`

  
  *   :py:class:`CodePipeline.Client.exceptions.ConcurrentModificationException`

  