You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have thought several times about this, having this ?force=true on the API but I think it's "not" a good behavior for an API. We have the restriction because deleting Projects is "sensible" so it's better to be handled for the user for example.
Would make sense for the CLI to follow the same behavior, maybe with a helper (displaying the current Projects) or something but that's up to you :).
$ cy org delete --org my-org
org is not empty, please delete your projects or use --force
$ cy org delete --org my-org --force
org and X projects, are going to be deleted. Proceed ? [Y/n]
Currently when you delete an org, the org have to be empty (no project created)
Maybe we could provide a
--force-delete
flag in the cli to also delete project inside the orgThe text was updated successfully, but these errors were encountered: