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

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Datapoint ID like 65c13dbbd65fb876b7886cdb

Response

200 - application/json

Datapoint successfully deleted

deleted
boolean
required