# Delete dashboard and all of its contents through kibana API

**URL:** https://discuss.elastic.co/t/delete-dashboard-and-all-of-its-contents-through-kibana-api/221815
**Category:** Kibana
**Created:** [March 3, 2020, 6:52am UTC](https://discuss.elastic.co/t/delete-dashboard-and-all-of-its-contents-through-kibana-api/221815 "2020-03-03T06:52:56Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Voula\_Mikr](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/voula_mikr/32/58451_2.png) [@Voula\_Mikr](https://discuss.elastic.co/u/Voula_Mikr)
#### Post date: [March 3, 2020, 6:52am UTC](https://discuss.elastic.co/t/delete-dashboard-and-all-of-its-contents-through-kibana-api/221815/1 "2020-03-03T06:52:56Z")

</div>

Hi,

Is there any way to delete a dashboard and all of its contents (index, visualizations etc) through kibana API?  
Also is there any way to delete all saved objects through kibana (or Elasticsearch) API?  
Thank you in advance!

BR  
Paraskevi

---

<div class="post-metadata">

### Author: ![rashmi](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/rashmi/32/16391_2.png) [@rashmi](https://discuss.elastic.co/u/rashmi)
#### Post date: [March 17, 2020, 5:45am UTC](https://discuss.elastic.co/t/delete-dashboard-and-all-of-its-contents-through-kibana-api/221815/2 "2020-03-17T05:45:26Z")

</div>

Yes ,you can remove them is though the "Saved Objects" interface on the Kibana Management tab. You'd need to remove dashboards, searches, and visualization related to the data.  
`DELETE /api/saved_objects/<type>/<id>`

[https://www.elastic.co/guide/en/kibana/master/saved-objects-api-delete.html](https://www.elastic.co/guide/en/kibana/master/saved-objects-api-delete.html)

Hope this helps,  
Thanks  
Rashmi

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [April 14, 2020, 5:45am UTC](https://discuss.elastic.co/t/delete-dashboard-and-all-of-its-contents-through-kibana-api/221815/3 "2020-04-14T05:45:39Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
