cURL
curl --request DELETE \ --url https://df-api.dataframer.ai/api/dataframer/seed-datasets/{dataset_id}/ \ --header 'Authorization: Bearer <token>'
Delete a seed dataset and all its files
API Key authentication. Format: "Bearer YOUR_API_KEY"
UUID of the dataset
Dataset deleted successfully