DELETE /api/v202406/datapoint/{dataPointId}

Deletes a data point

DeleteDataPointV202406 Permissions: Meters (Delete)
Use this endpoint to remove a data point and its channel assignments from a meter. Any readings associated with the data point’s channels will also be removed.

Request Headers

Header Value Required Description
ECI-ApiKey string Yes Your API key. See Authentication.
Content-Type application/json Yes All requests must specify JSON content type.

Path Parameters

Name Description Type Required
dataPointId Unique numeric identifier of the data point to delete integer (int32) Required

Responses

204 No Content The request succeeded. No content is returned in the response body.