Skip to main content
DELETE
/
v1
/
datapoints
/
{datapoint_id}
Delete a specific datapoint
curl --request DELETE \
  --url https://api.dp1.us.honeyhive.ai/v1/datapoints/{datapoint_id} \
  --header 'Authorization: Bearer <token>'
{
  "deleted": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.honeyhive.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

datapoint_id
string
required

Datapoint ID like 65c13dbbd65fb876b7886cdb

Response

200 - application/json

Datapoint successfully deleted

Response for DELETE /datapoints/{datapoint_id}

deleted
boolean
required