delete

abstract suspend fun delete(serviceId: Int)

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

Parameters

serviceId

the unique identifier that represents a specific OffloadingService to delete in the table.