Delete a deployment by key
Delete the currently stored deployment data for the given pipelineId, environmentId and deploymentSequenceNumber combination.
Deletion is performed asynchronously. The getDeploymentByKey operation can be used to confirm that data has been deleted successfully (if needed).
Path parameters
The ID of the deployment's pipeline.
The ID of the deployment's environment.
The deployment's deploymentSequenceNumber.
Query parameters
This parameter usage is no longer supported.
An optional _updateSequenceNumber to use to control deletion.
Only stored data with an updateSequenceNumber less than or equal to that provided will be deleted. This can be used help ensure submit/delete requests are applied correctly if issued close together.
Response
Delete has been accepted. Data will eventually be removed from Jira if it exists.