DELETE /api/v202101/meter/{meterId}/channel/{channelId}

Deletes a meter's channel All readings linked to this channel will also be deleted. A channel that is part of a distribution cannot be deleted.

DeleteMeterChannelV202101 Permissions: Meters (Edit)

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 Id of the meter the channel is linked to integer (int32) Required
channelId Id of the channel to delete integer (int32) Required

Responses

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