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.

Properties and Example


Deleted Notification Properties

The body should be in JSON format and include the following properties:

PropertyDesc.
type - String - RequiredValue = "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 Example
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.