@watzon/baserow
    Preparing search index...

    Class DatabaseRowOperations

    Index

    Constructors

    Methods

    • Deletes multiple rows from a table in a single batch request.

      Parameters

      • tableId: number

        The ID of the table containing the rows.

      • rowIds: number[]

        An array of row IDs to delete.

      • Optionalparams: DeleteRowParams

        Optional query parameters like 'send_webhook_events'.

      • Optionaloptions: { clientSessionId?: string; clientUndoRedoActionGroupId?: string }

        Optional request parameters like ClientSessionId or ClientUndoRedoActionGroupId.

      Returns Promise<void>