Skip to content

Delete Project

codebuild_delete_project R Documentation

Deletes a build project

Description

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

Usage

codebuild_delete_project(name)

Arguments

name

[required] The name of the build project.

Value

An empty list.

Request syntax

svc$delete_project(
  name = "string"
)