Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.ofauth.com/llms.txt

Use this file to discover all available pages before exploring further.

This page documents the chat_message_delete event schema.

A chat message delete event payload.

connection
object
required

Connection context for the event payload.

environment
enum<string>
required

OFAuth environment for the source connection.

Available options:
live,
test,
sandbox
receivedAt
string<date-time>
required

When OFAuth received the event payload.

messageType
string
required

Event message type metadata.

truncated
boolean
required

Whether OFAuth truncated the payload before delivery.

json
object
required

Structured payload with a top-level chat_message_delete key.

Example:
{ "chat_message_delete": "9000000012345" }
rawText
string | null

Original payload text when available.

rawBase64
string | null

Original payload bytes as base64 when available.