Purge all Elasticsearch indexes
POST/api/v4/elasticsearch/purge_indexes
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.
Responses
- 200
- 500
- 501
Indexes purged successfully.
Something went wrong with the server
Feature is disabled