跳转到主要内容
监控与采集相关接口/Grafana 仪表盘
DELETEGrafana起始版本 1.0同步需要认证

删除软仪表盘

软删除仪表盘标记已删除保留数据恢复。

调试可用性

在线调试

使用当前认证信息和示例参数提交 Mock 请求。

路径参数

查询参数

请求参数

路径参数

  • idString必填

    资源ID。

查询参数

  • tenantIdString

    租户ID。

响应状态

DELETE 接口成功时返回空对象,失败时返回标准错误结构。

成功响应

{}

错误响应

{
  "error": {
    "code": "SYS.1001",
    "description": "A message or a operation timeout",
    "details": "Delete resource timeout after 300s"
  }
}

请求地址

DELETE/api/v1/monitoring/dashboards/{id}

/api/v1/monitoring/dashboards/{id}

操作 ID

SoftDeleteDashboard

永久链接

请求示例

curl -X DELETE '{host}/api/v1/monitoring/dashboards/{id}' -H 'Authorization: Bearer {token}'

响应示例

200
{}

变更历史

此 API 暂无变更历史记录。

查看全部变更历史