i have OPDK (Private Cloud Apigee Edge). i have a problem with the alias of an organization. can anyone help me to delete the org? or re configure the alias of an organization? @Anil Sagar
Solved! Go to Solution.
In the private cloud Apigee Edge product, there is a command-line tool called "create-org.sh" which allows you to create a new organization. There is also setup-org.sh which will set it up.
There is no tool to remove an organization, though it is possible to do so using the appropriate Admin APIs and curl commands. You have two options really: just ignore the existing organization, or actually remove it.
If you wish to actually remove it, then....
There may be an additional step required after that to cleanup zookeeper, depending on the version of the Edge product that you have installed.
Adding to Dino's point 1 - ignoring the org
if you chose to ignore the organization, you could remove all the users
or using the API
That way, your users wont see it again
Thanks,