Example #1
0
 public IActionResult Delete([FromRoute] string serial)
 {
     _meterService.Deactivate(serial);
     return(new NoContentResult());
 }