Pular para o conteúdo principal
DELETE
/
api
/
v2
/
dashboards
/
{id}
Excluir dashboard
curl --request DELETE \
  --url https://api.hyperdx.io/api/v2/dashboards/{id} \
  --header 'Authorization: Bearer <token>'
{}

Autorizações

Authorization
string
header
obrigatório

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

Parâmetros de caminho

id
string
obrigatório

ID do dashboard

Resposta

Dashboard excluído com sucesso

The response is of type object.

Última modificação em 10 de junho de 2026