Type alias QuickBaseRequestDeleteRecords

QuickBaseRequestDeleteRecords: QuickBaseRequest & {
    tableId: string;
    where: string;
}

Type declaration

  • tableId: 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.