Batch Insert/Delete by API?

You can batch insert via CSV, and overwrite the existing data in that same operation. So you’d just send in the dataset as you want it to appear all in one call:

1 Like