cURL
curl --request DELETE \ --url https://api.honeyhive.ai/v1/datapoints/{id} \ --header 'Authorization: Bearer <token>'
{ "deleted": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Datapoint ID like 65c13dbbd65fb876b7886cdb
65c13dbbd65fb876b7886cdb
Datapoint successfully deleted
Was this page helpful?