删除仪表板轮播配置¶
POST /api/v1/dashboard/carousel/{carousel_uuid}/delete
概述¶
路由参数¶
参数名 | 类型 | 必选 | 说明 |
---|---|---|---|
carousel_uuid | string | Y | 轮播仪表板UUID |
参数补充说明¶
请求例子¶
curl 'https://openapi.guance.com/api/v1/dashboard/carousel/csel_xxxx32/delete' \
-H 'DF-API-KEY: <DF-API-KEY>' \
-H 'Accept-Language: zh' \
-H 'Content-Type: application/json;charset=UTF-8' \
-H 'Accept: application/json, text/plain, */*' \
--data-raw '{}' \
--compressed