Delete a Dashboard¶
post /api/v1/dashboards/{dashboard_uuid}/delete
Overview¶
Delete the dashboard according to the specified dashboard_uuid
.
Routing Parameters¶
Parameter Name | Type | Required | Description |
---|---|---|---|
dashboard_uuid | string | Y | View ID |
Parameter Supplement¶
Request Example¶
curl 'https://openapi.guance.com/api/v1/dashboards/dsbd_501b8277ba88479b82020dbfc92e110c/delete' \
-H 'DF-API-KEY: <DF-API-KEY>' \
-H 'Content-Type: application/json;charset=UTF-8' \
--data-raw 'null' \
--compressed \
--insecure