Clear Schema
On this page
- Delete a Schema Using the Atlas UI
- In Atlas, go to your federated database instance for your project.
- Navigate to Manage SQL Schemas page.
- Delete the schema.
- Delete All Schemas Using the Atlas UI
- In Atlas, go to your federated database instance for your project.
- Navigate to Manage SQL Schemas page.
- Delete all schemas.
- Delete Schema Using
mongosh
Delete a Schema Using the Atlas UI
1
In Atlas, go to your federated database instance for your project.
If it's not already displayed, select the organization that contains your project from the Organizations menu in the navigation bar.
If it's not already displayed, select your project from the Projects menu in the navigation bar.
In the sidebar, click Data Federation under the Services heading.
The Data Federation page displays.
2
Delete All Schemas Using the Atlas UI
1
In Atlas, go to your federated database instance for your project.
If it's not already displayed, select the organization that contains your project from the Organizations menu in the navigation bar.
If it's not already displayed, select your project from the Projects menu in the navigation bar.
In the sidebar, click Data Federation under the Services heading.
The Data Federation page displays.
2
Delete Schema Using mongosh
To delete a schema using mongosh
, see Delete Schema Example.