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

    Interface DeleteTableParams

    Delete a table

    interface DeleteTableParams {
        appId: string;
        tableId: string;
    }
    Index

    Properties

    Properties

    appId: string

    The unique identifier of an app

    tableId: string

    The unique identifier (dbid) of the table.