/** Sets the index the delete will happen on. */
 @Override
 public DeleteRequest index(String index) {
   super.index(index);
   return this;
 }