Skip to main content
DELETE
/
dashboards
/
uid
/
{uid}
Delete dashboard
curl --request DELETE \
  --url https://api.axiom.co/v2/dashboards/uid/{uid} \
  --header 'Authorization: Bearer <token>'
{
  "code": "<string>",
  "message": "<string>",
  "currentVersion": 123,
  "reason": "<string>",
  "uid": "<string>"
}

Authorizations

Authorization
string
header
required

Authenticate using an API token or personal access token (PAT). Include the token as a Bearer token: Authorization: Bearer <token>. For more information, see Tokens.

Path Parameters

uid
string
required

Response

Dashboard deleted