To delete a single index within OpenSearch cluster, send a DELETE requestto /v2/databases/$DATABASE_ID/indexes/$INDEX_NAME.A status of 204 will be given. This indicates that the request wasprocessed successfully, but that no response body is needed.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To delete a single index within OpenSearch cluster, send a DELETE requestto /v2/databases/$DATABASE_ID/indexes/$INDEX_NAME.A status of 204 will be given. This indicates that the request wasprocessed successfully, but that no response body is needed.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/databases/{database_cluster_uuid}/indexes/{index_name}