deleteEnvironment

Deletes an Cloud9 development environment. If an Amazon EC2 instance is connected to the environment, also terminates the instance.

Samples


fun main() { 
   //sampleStart 
   val resp = cloud9Client.deleteEnvironment {
    environmentId = "8d9967e2f0624182b74e7690ad69ebEX"
} 
   //sampleEnd
}