Delete a search index by ID or name, with soft/hard delete options
false, the search index is soft-deleted and can be restored.DELETE /v1/searchIndexes/name/{fqn} to delete by fully qualified name.
elasticsearch_sample.table_search_index).PUT /v1/searchIndexes/restore to restore a soft-deleted search index.
deleted: true. Hard delete returns no content (204). Restore returns the restored search index object.
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to delete this search index |
404 | NOT_FOUND | Search index with given ID or FQN does not exist |