DELETE /api/v3/savings/meter/{meterId}/adjustment/othersavings/{otherSavingsId}

Delete an other savings adjustment

DeleteOtherSavingsV3 Permissions: SavingsAdjustments (Manage)

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 The meter for which the other savings is being deleted integer (int32) Required
otherSavingsId The other saving identifier which is being deleted integer (int32) Required

Responses

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