DELETE /api/v3/meter/{meterId}

Deletes a meter and optionally its associated bills

DeleteMeterV3 Permissions: Meters (Delete)
Use this endpoint to permanently remove a meter. If the meter has bills, set deleteBills=true to cascade-delete them. If deleteBills=false and bills exist, the operation fails with 400. Also removes emission source links, UDF uploads, and recalculates chargeback flags. Cannot delete a meter that is part of a chargeback configuration.

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
meterId Unique numeric identifier of the meter to delete integer (int32) Required

Query Parameters

Name Description Type Required
deleteBills When true, cascades deletion to all bills on this meter. When false, deletion fails if bills exist. boolean Optional

Responses

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