axiom.deleteDataset permanently deletes one dataset and its stored data. Returns null after Axiom accepts the deletion.
automations/axiom-delete-dataset.automation.ts
Input
datasetName is required and accepts the dataset name or ID to delete.
Output
Returnsnull after Axiom confirms deletion.
Permission and failures
The API token needs the organization-leveldatasets|delete capability. Axiom rejects missing or inaccessible datasets. Deletion removes retained data permanently and is not retried automatically after an ambiguous provider response.