v1

latestOpenAPI 3.0.02026-07-14184214216.1 KB
data_cleanup

Delete duplicated rows

Deletes the duplicated rows based on the given columns and sort model

delete/datasets/{handle}/deduplicate-rows

Path parameters

handlestring required

unique file ID

Request body

FilterModelobject

Filter model to use when deduplicating. Only rows matching this filter will be deduplicated. All other rows will remain.

columnsstring[]

List of column ids used for deduplication. Deduplication is performed based on unique tuples of values from the given columns.

Response

OK

{"stackTrail":"paths:/datasets/{handle}/deduplicate-rows:delete:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}