Element details
type: meya.thread.entry.unlink
class: ThreadUnlinkEntry
path: /meya/thread/entry/unlink.py
signature: -
Fields
field | description | required | signature | default | type |
---|---|---|---|---|---|
parent_entry_ref | ○ | ○ | null | EntryRef | |
trace_id | ○ | ○ | "-" | str | |
sensitive | ○ | ○ | false | bool | |
internal | ○ | ○ | false | bool | |
thread_id | ◉ | ○ | str | ||
integration_id | ◉ | ○ | str | ||
integration_thread_id | ◉ | ○ | str | ||
Usage reference
Data
{
"type": "meya.thread.entry.unlink",
"data": {
"parent_entry_ref": {
"ledger": "STRING",
"id": "STRING",
"data": {
"STRING": "STRING"
}
},
"trace_id": "STRING",
"sensitive": false,
"internal": false,
"thread_id": "STRING",
"integration_id": "STRING",
"integration_thread_id": "STRING"
}
}