﻿---
title: Delete a data view
description: Delete a Kibana data view you no longer need, and understand what breaks when you do.
url: https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/7723/explore-analyze/find-and-organize/data-views/delete-data-view
products:
  - Kibana
applies_to:
  - Elastic Cloud Serverless: Generally available
  - Elastic Stack: Generally available
---

# Delete a data view
When you delete a data view, you cannot recover the associated field formatters, runtime fields, source filters, and field popularity data. Deleting a data view does not remove any indices or data documents from Elasticsearch.
<applies-to>Elastic Stack: Generally available since 9.4</applies-to> You can't delete managed data views — refer to [Data views](/elastic/docs-content/pull/7723/explore-analyze/find-and-organize/data-views#data-views-how-you-get-one) for what that means. On the **Data Views** management page, the delete action isn't available for these data views, and they can't be selected for bulk deletion. To use a modified version of a managed data view, [duplicate it](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/7723/explore-analyze/find-and-organize/data-views/duplicate-data-view) instead.
<warning>
  Deleting a data view breaks all visualizations, saved Discover sessions, and other saved objects that reference the data view.
</warning>


## Before you begin

You need the same privileges required to [create a data view](/elastic/docs-content/pull/7723/explore-analyze/find-and-organize/data-views/create-data-view#create-data-view-prereqs).

## Delete a data view

1. Go to the **Data Views** management page using the navigation menu or the [global search field](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/7723/explore-analyze/find-and-organize/find-apps-and-objects).
2. Find the data view that you want to delete, and then select ![Delete icon](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/7723/explore-analyze/images/kibana-delete.png) in the **Actions** column.

The data view and its saved settings are removed from the **Data Views** page.

## Related pages

- [Data views](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/7723/explore-analyze/find-and-organize/data-views)
- [Duplicate a data view](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/7723/explore-analyze/find-and-organize/data-views/duplicate-data-view)