:doc:`CodeBuild <../../codebuild>` / Client / delete_project

**************
delete_project
**************



.. py:method:: CodeBuild.Client.delete_project(**kwargs)

  

  Deletes a build project. When you delete a project, its builds are not deleted.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/DeleteProject>`_  


  **Request Syntax**
  ::

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

    The name of the build project.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`CodeBuild.Client.exceptions.InvalidInputException`

  