kemApiV3DealerDevicesIdDelete method

Future<Response> kemApiV3DealerDevicesIdDelete({
  1. required int? id,
})

Delete the device with the given user ID from the fleet of the dealer organization of the currently logged-in user.

This endpoint will only delete the device if it is part of the dealer organization of the logged-in user. @param id

Implementation

Future<chopper.Response> kemApiV3DealerDevicesIdDelete({required int? id}) {
  return _kemApiV3DealerDevicesIdDelete(id: id);
}