Skip to content

DeleteBuildBatch

Source: src/AWS/CodeBuild/DeleteBuildBatch.ts

Runtime binding for codebuild:DeleteBuildBatch — deletes a batch build of the bound project (and its child builds) by batch id.

const deleteBuildBatch = yield* AWS.CodeBuild.DeleteBuildBatch(project);
yield* deleteBuildBatch({ id: batchId });