prorm API Reference
    Preparing search index...

    Interface DeleteOptions

    Options for building a DELETE, including the where and any limit the engine permits.

    interface DeleteOptions {
        limit?: number;
        returning?: boolean | string[];
        truncate?: boolean;
    }
    Index
    limit?: number
    returning?: boolean | string[]
    truncate?: boolean