deleteOffloadingService

abstract suspend fun deleteOffloadingService(serviceId: Int)

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

Parameters

serviceId

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