DeleteEntity

interface DeleteEntity<E : Any, PK : Any> : EntityRoute

Functions

Link copied to clipboard
abstract suspend fun delete(call: RoutingCall, pk: PK)
Link copied to clipboard
open suspend fun hasDeletePermission(call: RoutingCall): Boolean