kemApiV3DealerDevicesIdDelete method
- 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);
}