Remove
Parameters
Key
Type
REQUIRED
collection
String (Collection Name)
upload
String (Upload Name)
rows
Array of data integers
Example
The example below removes rows 1,2 & 5 from "Upload 1" in the collection "Collection 1"
Row "0" is reserved for headers and cannot be removed. If headers need to change it is recommend to use upload endpoint to create a fresh upload.
Success Response
The response return number of deletes and rows that were removed. If the row number does not exist the row is ignored.
Last updated