SearchIndexDelete

The following code is an example of a JSON payload that is triggered when an item is deleted from the search index

{
  "type":"SearchIndexDelete",
  "generatedtime":"2019-10-10T12:50:29.632504Z",
  "data":{
    "changetype":"Delete",
    "objecttype":"Document",
    "objectid":"12313425",
    "documentdata":null
  }
}