axiom.deleteDashboard deletes a dashboard by stable UID and returns null. Referenced datasets, monitors, queries, and annotations remain.
automations/axiom-delete-dashboard.automation.ts
Input
dashboardUid is required and selects the dashboard by its stable UID.
Output
Returnsnull after Axiom confirms deletion. Datasets and other resources referenced by the dashboard remain.
Permission and failures
The API token needs the organization-leveldashboards|delete capability. Axiom returns 404 when the dashboard does not exist or the token cannot access it. This mutation is not retried automatically after an ambiguous provider response.