Skip to main content
DELETE
/
api
/
dataframer
/
evaluations
/
{evaluation_id}
JavaScript
import Dataframer from 'dataframer';

const client = new Dataframer({
  apiKey: 'My API Key',
});

await client.dataframer.evaluations.delete('evaluation_id');

Authorizations

Authorization
string
header
required

API Key authentication. Format: "Bearer YOUR_API_KEY"

Path Parameters

evaluation_id
string
required

Response

204 - undefined