Datapoints
Delete a specific datapoint
DELETE
/
datapoints
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredDatapoint ID like 65c13dbbd65fb876b7886cdb
Response
200 - application/json
deleted
boolean