DELETE
/
datapoints
/
{id}
curl --request DELETE \
  --url https://api.honeyhive.ai/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