cli.app.delete

type: meya.cli.event.app.delete
class: MeyaSdkAppDeleteEvent
path: /meya/cli/event/app/delete/delete.py
signature: -

Fields

fieldsignaturerequiredtypedefault
member_idstr
thread_idstr

Examples

Data

{
    "type": "meya.cli.event.app.delete", 
    "data": {
        "member_id": "STRING", 
        "thread_id": "STRING"
    }
}