deleteOffloadingService

open suspend override fun deleteOffloadingService(serviceId: Int)

Delete an OffloadingService from the offloadingservices table based on its ID by using offloadingServiceDao.

Parameters

serviceId

the unique identifier that represents a specific OffloadingService to be deleted.

See also