跳转到主要内容
DELETE
/
api
/
v2
/
dashboards
/
{id}
删除仪表盘
curl --request DELETE \
  --url https://api.hyperdx.io/api/v2/dashboards/{id} \
  --header 'Authorization: Bearer <token>'
{}

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

路径参数

id
string
必填

仪表盘 ID

响应

仪表盘已成功删除

The response is of type object.

最后修改于 2026年6月10日