deleteDeploymentStrategy

Deletes a deployment strategy. Deleting a deployment strategy does not delete a configuration from a host.

Samples


fun main() { 
   //sampleStart 
   // The following delete deployment strategy example deletes the specified deployment strategy.
appConfigClient.deleteDeploymentStrategy {
    deploymentStrategyId = "1225qzk"
} 
   //sampleEnd
}