{
"connection": {
"id": "conn_example123",
"clientReferenceId": "client_ref_123"
},
"environment": "live",
"receivedAt": "2026-01-15T10:34:32.986Z",
"messageType": "text",
"truncated": false,
"json": {
"chat_message_delete": "9000000012345"
},
"rawText": "{\"chat_message_delete\":\"9000000012345\"}"
}Schema for the chat_message_delete event
This page documents theDocumentation Index
Fetch the complete documentation index at: https://docs.ofauth.com/llms.txt
Use this file to discover all available pages before exploring further.
chat_message_delete event schema.A chat message delete event payload.
Connection context for the event payload.
Show child attributes
OFAuth environment for the source connection.
live, test, sandbox When OFAuth received the event payload.
Event message type metadata.
Whether OFAuth truncated the payload before delivery.
Structured payload with a top-level chat_message_delete key.
Show child attributes
{ "chat_message_delete": "9000000012345" }Original payload text when available.
Original payload bytes as base64 when available.
Was this page helpful?