Overview

Delete dashboard

Delete a dashboard by UID.

DELETE/v2/dashboards/uid/{uid}
Features

Send the token in the Authorization: Bearer API_TOKEN header. See Tokens for which token types this endpoint accepts.

Input1
Authorizationheaderrequired
Sent from your browser straight to the API — never to Docsbook, never stored.
uidstring · pathrequired
(path)
Responses
204Dashboard deleted
404Dashboard not found
Example input
curl -X DELETE 'https://api.axiom.co/v2/dashboards/uid/{uid}' \
  -H 'Authorization: Bearer API_TOKEN'

Updated

Was this page helpful?