Delete Azure Databricks Workspace resource but reference remains in Account Console

Kim3
Databricks Partner

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?