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: Property Desc. type - String - Required Value = "DELETEDNOTIFICATION" messageId - String - Required ID of the message for which deleted notification is being sent. timestamp - String - Optional Contains the timestamp at which the message was deleted. Code Example "body": { "type": "DELETEDNOTIFICATION", "messageId": "abc12345", "timestamp":"123456" } Quick Links Messages API Postman Collection