When we don’t need some dashboard,how can i delete it?
When I archive a dashboard,it will be deleted?

Redash doesn’t delete dashboards. Issue a DELETE http request to baseurl/api/dashboards/<slug> and it will archive the dashboard so it no longer appears in your lists.

DROP it manually from the metadata db if you need it truly gone.

ok,thank you very much!