DELETE
/api/v202101/meter/{meterId}/channel/{channelId}/version/{versionId}
Delete a channel version
There must always be one version on a channel
If you try and delete the only version on a channel an exception will occur
DeleteChannelVersionV202101
Permissions: Meters (Edit)
Path Parameters
| Name |
Description |
Type |
Required |
| meterId |
Id of the meter the channel is linked to |
integer (int32) |
Required |
| channelId |
Id of the channel the version is linked to |
integer (int32) |
Required |
| versionId |
Id of the channel version to delete |
integer (int32) |
Required |