Delete a dashboard Technical Preview
This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
Path parameters
-
A unique identifier for the dashboard.
DELETE
/api/dashboards/dashboard/{id}
curl \
-X DELETE https://<KIBANA_URL>/api/dashboards/dashboard/{id} \
-H "kbn-xsrf: true"