Delete the currently stored deployment data for the given pipelineId, environmentId and deploymentSequenceNumber combination.
pipelineId
environmentId
deploymentSequenceNumber
Deletion is performed asynchronously. The getDeploymentByKey operation can be used to confirm that data has been deleted successfully (if needed).
getDeploymentByKey
The deployment's deploymentSequenceNumber.
The ID of the deployment's environment.
The ID of the deployment's pipeline.
Optional
Delete the currently stored deployment data for the given
pipelineId,environmentIdanddeploymentSequenceNumbercombination.Deletion is performed asynchronously. The
getDeploymentByKeyoperation can be used to confirm that data has been deleted successfully (if needed).