Saltar al contenido principal
DELETE
/
api
/
v2
/
dashboards
/
{id}
Eliminar panel
curl --request DELETE \
  --url https://api.hyperdx.io/api/v2/dashboards/{id} \
  --header 'Authorization: Bearer <token>'
{}

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

id
string
requerido

ID del panel

Respuesta

Panel eliminado correctamente

The response is of type object.

Última modificación el 10 de junio de 2026