helia
    Preparing search index...

    Interface UnpublishOptions

    interface UnpublishOptions {
        removeRecord?: boolean;
        signal?: AbortSignal;
    }

    Hierarchy

    Index
    removeRecord?: boolean

    Also delete the record from the local store, so the node stops serving it immediately instead of keeping it until it expires.

    false
    
    signal?: AbortSignal