in terraform-client/src/main/java/com/microsoft/terraform/TerraformClient.java [94:97]
public CompletableFuture<Boolean> destroy() throws IOException {
this.checkRunningParameters();
return this.run(INIT_COMMAND, DESTROY_COMMAND);
}