Skip to main content
DELETE
/
v1
/
datasets
/
{dataset_id}
/
datapoints
/
{datapoint_id}
Remove a datapoint from a dataset
curl --request DELETE \
  --url https://api.honeyhive.ai/v1/datasets/{dataset_id}/datapoints/{datapoint_id} \
  --header 'Authorization: Bearer <token>'
{
  "dereferenced": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

dataset_id
string
required

The unique identifier of the dataset

datapoint_id
string
required

The unique identifier of the datapoint to remove

Response

200 - application/json

Datapoint successfully removed from dataset

dereferenced
boolean
required
message
string
required