CodeBuild / Client / delete_project

delete_project#

CodeBuild.Client.delete_project(**kwargs)#

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

See also: AWS API Documentation

Request Syntax

response = client.delete_project(
    name='string'
)
Parameters:

name (string) –

[REQUIRED]

The name of the build project.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions