Delete Dashboard Carousel Configuration¶
POST /api/v1/dashboard/carousel/{carousel_uuid}/delete
Overview¶
Route Parameters¶
Parameter Name | Type | Required | Description |
---|---|---|---|
carousel_uuid | string | Y | Carousel dashboard UUID |
Additional Parameter Notes¶
Request Example¶
curl 'https://openapi.guance.com/api/v1/dashboard/carousel/csel_xxxx32/delete' \
-H 'DF-API-KEY: <DF-API-KEY>' \
-H 'Accept-Language: en' \
-H 'Content-Type: application/json;charset=UTF-8' \
-H 'Accept: application/json, text/plain, */*' \
--data-raw '{}' \
--compressed