Docs Home → MongoDB Atlas Data Lake
Delete Atlas Data Lake Pipeline
You can delete your Data Lake pipeline at any time from the Atlas UI and Data Lake Pipelines API. When you delete your Data Lake pipeline, Atlas deletes all underlying datasets, including the data, and removes the Data Lake datasets from your federated database instances where it's referenced. You can't undo this operation.
Delete a Pipeline from the Atlas UI
To delete a Data Lake pipeline:
Navigate to Atlas Data Lake in the Atlas UI.
To navigate to the Atlas Data Lake page:
Log in to MongoDB Atlas.
Select Data Lake under Deployment on the left-hand navigation.
Delete a Pipeline from the API
To delete a pipeline through the API, send a DELETE
request to
the Data Lake pipelines
endpoint with the name of the pipeline that you want to delete. To
learn more about the pipelines
endpoint syntax and parameters for
deleting a pipeline, see Remove One Data Lake Pipeline.