DELETE /api/v3/meterGroup/{meterGroupId}

Deletes a user-created (non-automatic) meter group

DeleteMeterGroupV3 Permissions: BuildingAndMeterGroups (Delete)
Use this endpoint to permanently remove a manual or user-defined auto group. Cannot delete system auto-groups or groups used in chargeback/bill split configurations.

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

Responses

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