Class DeleteDanglingIndexRequest

All Implemented Interfaces:
AckedRequest, org.opensearch.core.common.io.stream.Writeable, TaskAwareRequest

@PublicApi(since="1.0.0") public class DeleteDanglingIndexRequest extends AcknowledgedRequest<DeleteDanglingIndexRequest>
Represents a request to delete a particular dangling index, specified by its UUID. The acceptDataLoss flag must also be explicitly set to true, or later validation will fail.
Opensearch.api: