cURL
curl --request DELETE \ --url https://api.honeyhive.ai/v1/datasets/{dataset_id}/datapoints/{datapoint_id} \ --header 'Authorization: Bearer <token>'
{ "dereferenced": true, "message": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the dataset
The unique identifier of the datapoint to remove
Datapoint successfully removed from dataset
Was this page helpful?