DELETE /api/v202210/meter/{meterId}/ghgsetting Deprecated

Deletes the GHG configuration for a meter (obsolete — use V202307 EditEmissionSourceLink)

DeleteMeterGHGSettingsV202210 Permissions: Meters (Edit)
This endpoint is deprecated and throws an error directing callers to use PUT api/v202307/meter/{meterId}/emissionSource instead.

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 integer (int32) Required

Responses

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