We are creating organisations using the management API. We are testing this script and therefore create and delete these organisations quite frequently. The names of the organisations are deterministic, so every creation run will create organisations with the same names as the previous run (namesare unique within a run). Before creating organisations, we clear out the organisations created from the previous runs.
The issue we are having is that even though we have cleared out our organizations, we are getting a 409 (The organization already exists). Looking at the dashboard, the organisation definitely does not exist. Its been close to 30 minutes since we cleared out the organisations but we are still getting the same error. We get the same error when creating the organisation from the dashboard.
Attached is a screenshot of the current list of organisations and what happens when we try to add a new one.