DELETE /api/v3/reading/{readingId}

Deletes a single interval data reading by its unique ID

DeleteSingleReadingV3 Permissions: IntervalData (Manage)
Use this endpoint to remove a specific reading when you know its ID. For bulk deletion by date range, use DELETE /reading.

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
readingId Unique numeric identifier of the reading to delete integer (int64) Required

Responses

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