v1

latestOpenAPI 3.0.1Apache 2.02026-07-1310566642.9 KB
Deployments

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).

delete/rest/deployments/0.1/pipelines/{pipelineId}/environments/{environmentId}/deployments/{deploymentSequenceNumber}

Path parameters

pipelineIdstring required

The ID of the deployment's pipeline.

environmentIdstring required

The ID of the deployment's environment.

deploymentSequenceNumberinteger required

The deployment's deploymentSequenceNumber.

Query parameters

_updateSequenceNumberinteger

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.