DeleteEntity

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

Functions

Link copied to clipboard
abstract suspend fun delete(call: RoutingCall, pk: PK, klass: KClass<E>)
Link copied to clipboard
open suspend fun hasDeletePermission(call: RoutingCall): Boolean