I created a test data model in a test space. I finished testing and deleted the data model, but can not find a way to delete the space (which no longer contains any data models)?
Best answer by Thomas Sjølshagen
View originalI created a test data model in a test space. I finished testing and deleted the data model, but can not find a way to delete the space (which no longer contains any data models)?
Best answer by Thomas Sjølshagen
View originalHi
Not sure if you’re trying to use the “Data Modeling” UI in Fusion or if you’ve already tried the /api/v1/projects/{project}/models/spaces/delete
API endpoint?
If you’ve tried in Fusion, I’m sorry to have to let you know that we do not yet have support for space deletion there (yet), so you’ll need to use a POST operation to the /api/v1/projects/{project}/models/spaces/delete
endpoint, specifying an array of space IDs to delete in the request body.
If your attempt was using the endpoint, it would be helpful to get a request ID so we can try and figure out what’s going on.
Thanks!
I was using the UI in Fusion, thank you for the answer.
Enter your username or e-mail address. We'll send you an e-mail with instructions to reset your password.