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

    Interface DeleteRecordsRequest

    Delete record(s)

    interface DeleteRecordsRequest {
        from: string;
        where: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    from: string

    The unique identifier of the table.

    where: string

    The filter to delete records. To delete all records specify a filter that will include all records, for example {3.GT.0} where 3 is the ID of the Record ID field.