Delete a Private Endpoint for an Online Archive¶
On this page
Serverless instances are in preview and do not support this feature at this time. To learn more, see Serverless Instance Limitations.
You can delete a private endpoint for online archives from the Atlas User Interface and API.
You can delete the private endpoints for a dedicated cluster. To learn more, see Set up a Private Endpoint for Dedicated Cluster.
Delete Private Endpoint Through the User Interface¶
To delete a private endpoint from the Atlas UI:
Navigate to the Network Access page for your project.¶
- If it is not already displayed, select the organization that contains your desired project from the Organizations menu in the navigation bar.
- If it is not already displayed, select your desired project from the Projects menu in the navigation bar.
- Click Network Access in the sidebar.
Click the Private Endpoint tab and then the following tab.¶
Click Data Lake / Online Archive for a private endpoint for your data lake or online archive.
Click Delete for the private endpoint that you wish to delete.¶
Click Confirm in the confirmation window to delete the private endpoint.¶
Delete a Private Endpoint Through Through the API¶
To delete a private endpoint through the API, send a DELETE
request to the privateNetworkSettings/endpointIds endpoint with the ID of the private endpoint to
delete. To learn more about the API syntax and options, see
Delete One Private Endpoint.