Thanks to visit codestin.com
Credit goes to docs.couchbase.com

couchbase
    Preparing search index...

    Interface DropAnalyticsIndexOptions

    interface DropAnalyticsIndexOptions {
        dataverseName?: string;
        ignoreIfNotExists?: boolean;
        timeout?: number;
    }
    Index

    Properties

    dataverseName?: string

    The name of the dataverse the index belongs to.

    ignoreIfNotExists?: boolean

    Whether or not the call should ignore the index already existing when determining whether the call was successful.

    timeout?: number

    The timeout for this operation, represented in milliseconds.