Delete the build data currently stored for the given pipelineId and buildNumber combination.
pipelineId
buildNumber
Deletion is performed asynchronously. The getBuildByKey operation can be used to confirm that data has been deleted successfully (if needed).
getBuildByKey
The buildNumber of the build to delete.
The pipelineId of the build to delete.
Optional
Delete the build data currently stored for the given
pipelineIdandbuildNumbercombination.Deletion is performed asynchronously. The
getBuildByKeyoperation can be used to confirm that data has been deleted successfully (if needed).