cURL
curl --request DELETE \ --url https://df-api.dataframer.ai/api/dataframer/runs/{run_id}/ \ --header 'Authorization: Bearer <token>'
Delete a run and its generated files
API Key authentication. Format: "Bearer YOUR_API_KEY"