axiom.deleteMonitor deletes one monitor and returns null. This stops evaluations but does not delete datasets or standalone notifiers.
automations/axiom-delete-monitor.automation.ts
Input
monitorId is required and selects the monitor to delete.
Output
Returnsnull after Axiom confirms deletion.
Permission and failures
The API token needs the organization-levelmonitors|delete capability. Axiom returns an error when the monitor is missing or cannot be deleted. This mutation is not retried automatically after an ambiguous provider response.