jira.js
    Preparing search index...

    Function deleteDeploymentByKey

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

      Parameters

      • client: Client
      • parameters: { deploymentSequenceNumber: number; environmentId: string; pipelineId: string }
        • deploymentSequenceNumber: number

          The deployment's deploymentSequenceNumber.

        • environmentId: string

          The ID of the deployment's environment.

        • pipelineId: string

          The ID of the deployment's pipeline.

      • Optionaloptions: RequestOptions

      Returns Promise<void>