Is your feature request related to a problem? Please describe.
The extensions feature lets me initialize an extension, but doesn't support removing it and currently requires a restart of OpenSearch.
Describe the solution you'd like
One of these:
curl -XPOST "localhost:9200/_extensions/uninitialize" -H "Content-Type:application/json" --data @samples/hello/hello.json
curl -DELETE "localhost:9200/_extensions/_hello-world"
Additional context
Coming from opensearch-project/opensearch-sdk-py#43
Is your feature request related to a problem? Please describe.
The extensions feature lets me initialize an extension, but doesn't support removing it and currently requires a restart of OpenSearch.
Describe the solution you'd like
One of these:
Additional context
Coming from opensearch-project/opensearch-sdk-py#43