delete_build_batch
(**kwargs)¶Deletes a batch build.
See also: AWS API Documentation
Request Syntax
response = client.delete_build_batch(
id='string'
)
[REQUIRED]
The identifier of the batch build to delete.
{
'statusCode': 'string',
'buildsDeleted': [
'string',
],
'buildsNotDeleted': [
{
'id': 'string',
'statusCode': 'string'
},
]
}
Response Structure
The status code.
An array of strings that contain the identifiers of the builds that were deleted.
An array of BuildNotDeleted
objects that specify the builds that could not be deleted.
Information about a build that could not be successfully deleted.
The ID of the build that could not be successfully deleted.
Additional information about the build that could not be successfully deleted.
Exceptions
CodeBuild.Client.exceptions.InvalidInputException