deleteEntityLabel(
args
: {entity
:LixEntityCanonical
|LixEntity
;label
: {id
:string
; };lix
:Pick
<Lix
,"db"
>; }):Promise
<void
>
Deletes a mapping between an entity and a label.
Parameter | Type |
---|---|
args | { entity : LixEntityCanonical | LixEntity ; label : { id : string ; }; lix : Pick <Lix , "db" >; } |
args.entity | LixEntityCanonical | LixEntity |
args.label | { id : string ; } |
args.label.id | string |
args.lix | Pick <Lix , "db" > |
Promise
<void
>