UploadRequest.DeleteRequest

Stay organized with collections Save and categorize content based on your preferences.
public static class UploadRequest.DeleteRequest extends UploadRequest.AbstractNameRequest

Request to delete an Item from the indexing API.

An example of DeleteRequest is:

  {
    "name": "deleteItemName",
    "type": "items.delete"
  }
 

Inherited Field Summary

Public Constructor Summary

Inherited Method Summary

Public Constructors

public UploadRequest.DeleteRequest ()