removeUser

@DeleteMapping(value = ["/{id}"])
@ResponseStatus(value = HttpStatus.NO_CONTENT)
fun removeUser(@PathVariable id: String)(source)