Delete dashboard

DELETE/v2/dashboards/uid/{uid}

Delete a dashboard by UID.

Parameters #

PropertyTypeLocationDescription
uidstringRequiredpath

Request #

curl -X DELETE 'https://api.axiom.co/v2/dashboards/uid/UID' \
  -H 'Authorization: Bearer API_TOKEN'
Try itRun this request against your Axiom organization

Credentials stay in this browser tab and are only sent to Axiom when you run the request.

Response #

204Dashboard deleted
404Dashboard not found
application/json