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