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