Skip to main content
axiom.deleteDataset permanently deletes one dataset and its stored data. Returns null after Axiom accepts the deletion.
automations/axiom-delete-dataset.automation.ts
This operation changes or deletes provider data. Confirm the target before deployment.

Input

datasetName is required and accepts the dataset name or ID to delete.

Output

Returns null after Axiom confirms deletion.

Permission and failures

The API token needs the organization-level datasets|delete capability. Axiom rejects missing or inaccessible datasets. Deletion removes retained data permanently and is not retried automatically after an ambiguous provider response.