Skip to main content
axiom.deleteDashboard deletes a dashboard by stable UID and returns null. Referenced datasets, monitors, queries, and annotations remain.
automations/axiom-delete-dashboard.automation.ts
This operation changes or deletes provider data. Confirm the target before deployment.

Input

dashboardUid is required and selects the dashboard by its stable UID.

Output

Returns null after Axiom confirms deletion. Datasets and other resources referenced by the dashboard remain.

Permission and failures

The API token needs the organization-level dashboards|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.