跳转至

删除仪表板轮播配置



POST /api/v1/dashboard/carousel/{carousel_uuid}/delete

概述

路由参数

参数名 类型 必选 说明
carousel_uuid string Y 轮播仪表板UUID

参数补充说明

请求例子

curl 'https://openapi.guance.com/api/v1/dashboard/carousel/csel_eb66b0d038b24dc79c86306fbe0899fd/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

响应

{
    "code": 200,
    "content": true,
    "errorCode": "",
    "message": "",
    "success": true,
    "traceId": "TRACE-2AC4E9C9-E599-49C2-899E-8EAAF4C67E3F"
} 

文档评价

文档内容是否对您有帮助? ×