Hi Team, I have stacks in pulumi. i have deleted the resource of that stack in AWS manually. how can I delete the entire stack in pulumi? am trying to delete using command pulumi stack rm but getting 403 permission error even from pulumi admin account
Below is the command
pulumi stack rm pickmybrain/sree
Below is the error
This will permanently remove the 'pickmybrain/sree' stack!
Please confirm that this is what you'd like to do by typing `pickmybrain/sree`: pickmybrain/sree
error: [403] You do not have permission to perform this operation.