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