axiom.deleteNotifier deletes one notifier and returns null. Remove it from monitors first unless you also replace their configurations.
automations/axiom-delete-notifier.automation.ts
Input
notifierId is required and selects the notifier to delete.
Output
Returnsnull after Axiom confirms deletion.
Permission and failures
The API token needs the organization-levelnotifiers|delete capability. Axiom returns an error when the notifier is missing, cannot be deleted, or is still required by provider configuration. This mutation is not retried automatically after an ambiguous provider response.