import Dataframer from 'dataframer';
const client = new Dataframer({
apiKey: 'My API Key',
});
await client.dataframer.datasets.delete('182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e');Delete a dataset and all associated files from storage.
Warning: This action cannot be undone. All files will be permanently deleted from S3.
Restrictions: Cannot delete a dataset that is referenced by any specs.
import Dataframer from 'dataframer';
const client = new Dataframer({
apiKey: 'My API Key',
});
await client.dataframer.datasets.delete('182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e');