Skip to main content
Skip table of contents

Deleted Notification

Deleted Notification message is used to indicate that the message has been deleted by the system.

PropertyDesc.

type - String - Required

Value = "DELETEDNOTIFICATION"
messageId - String - RequiredID of the message for which deleted notification is being sent.
timestamp - String - OptionalContains the timestamp at which the message was deleted.
CODE
"body": {
        "type": "DELETEDNOTIFICATION",
        "messageId": "abc12345",
        "timestamp":"123456"
    }
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.