As the title says. I have deleted both the Azure Databricks Workspace resource and the resource group it was located in. However, I can still see the workspace in the account console. Also, it appears in the response from GET https://accounts.azuredatabricks.net/api/2.0/accounts/{databricksAccountId}/workspaces
I have tried to remove by calling DELETE https://accounts.azuredatabricks.net/api/2.0/accounts/{databricksAccountId}/workspaces/{workspaceId}
This returned 200 OK, but the workspace reference remains in the account console. How do I remove it?