pub async fn purge_elasticsearch_indexes(
configuration: &Configuration,
) -> Result<StatusOk, Error<PurgeElasticsearchIndexesError>>
Expand description
Deletes all Elasticsearch indexes and their contents. After calling this endpoint, it is necessary to schedule a new Elasticsearch indexing job to repopulate the indexes. Minimum server version: 4.1 ##### Permissions Must have manage_system
permission.