kemApiV3DevicesIdExerciseDelete method
- required int? id,
Deletes the exercise schedule of the device with the given ID @param id
Implementation
Future<chopper.Response> kemApiV3DevicesIdExerciseDelete({required int? id}) {
return _kemApiV3DevicesIdExerciseDelete(id: id);
}