server. * * If the index wasn't added to the server, the method call should be ignored. * * The implementation of this method should call views_invalidate_cache(), if * the search_api_views and search_api_multi modules are enabled. * * @param $index * Either an object representing the index to remove, or its machine name * (if the index was completely deleted). */ public function removeIndex($index); }