which automation api primitive is the equivalent o...
# automation-api
l
which automation api primitive is the equivalent of 'pulumi stack rm dev' ? https://pkg.go.dev/github.com/pulumi/pulumi/sdk/v3/go/auto#Stack.Destroy still leaves the configuration, history, and associated project maintained under https://app.pulumi.com/<user>/projects
f
You’ll want to use
RemoveStack
against the workspace
l
bingo. thanks @faint-table-42725