axiom.deleteSavedQuery deletes one saved query and returns null. It does not delete data or dashboard query copies.
automations/axiom-delete-saved-query.automation.ts
Input
savedQueryId is required and selects the saved query to delete.
Output
Returnsnull after Axiom confirms deletion.
Permission and failures
The API token needs the dataset-levelstarredQueries|delete capability. Axiom returns an error when the saved query does not exist or the token cannot delete it. This mutation is not retried automatically after an ambiguous provider response.