import Dataframer from 'dataframer';
const client = new Dataframer({
apiKey: process.env['DATAFRAMER_API_KEY'], // This is the default and can be omitted
});
await client.dataframer.specs.delete('spec_id');Delete a spec and clean up associated runs and S3 files
import Dataframer from 'dataframer';
const client = new Dataframer({
apiKey: process.env['DATAFRAMER_API_KEY'], // This is the default and can be omitted
});
await client.dataframer.specs.delete('spec_id');