prorm API Reference
    Preparing search index...

    Interface DeleteDocumentOptions

    Options accepted by deleteDocument().

    interface DeleteDocumentOptions {
        refresh?: Refresh;
        routing?: string;
    }
    Index
    refresh?: Refresh
    routing?: string