• JMap.Table.deleteRow

    Delete a row from a table

    Parameters

    • dataSourceId: JId

      The ID of the JMap data source.

    • rowId: number

      Id of the row to be updated.

    Returns Promise<void>

    Example

    // Delete the row with an id of 3086627 from the dataSet with id : "be4552e1-d89d-48ec-a417-7b99d14b4d7b"
    JMap.Table.deleteRow("be4552e1-d89d-48ec-a417-7b99d14b4d7b", 3086627);