QuickBase JS SDK v2 - v2.2.2
    Preparing search index...

    Interface DeleteRecordsResponse

    interface DeleteRecordsResponse {
        numberDeleted?: number;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    numberDeleted?: number

    The number of records deleted.