Skip to main content
DELETE
/
api
/
dataframer
/
human-labels
/
{label_id}
JavaScript
import Dataframer from 'dataframer';

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

await client.dataframer.humanLabels.delete('label_id');

Authorizations

Authorization
string
header
required

API Key authentication. Format: "Bearer YOUR_API_KEY"

Path Parameters

label_id
string
required

Response

204 - undefined