kemproApiV2DevicesIdExerciseDelete method

Future<Response> kemproApiV2DevicesIdExerciseDelete({
  1. 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);
}