kemApiV3DevicesIdMaintenanceNotesNoteIdDelete method

Future<Response> kemApiV3DevicesIdMaintenanceNotesNoteIdDelete({
  1. required int? id,
  2. required int? noteId,
})

Delete an existing maintenance note. @param id @param noteId

Implementation

Future<chopper.Response> kemApiV3DevicesIdMaintenanceNotesNoteIdDelete({
  required int? id,
  required int? noteId,
}) {
  return _kemApiV3DevicesIdMaintenanceNotesNoteIdDelete(
      id: id, noteId: noteId);
}