Prunes synced records for a given connection and model using cursor-based pagination.
What is pruning: Pruning empties the record payload while preserving the record metadata.
Cursor behavior: Records are pruned up to and including the specified cursor.
until_cursor value. Use the _nango_metadata.cursor value from the record you want to prune up to.
The secret key from your Nango environment.
The connection ID used to create the connection.
The integration ID used to create the connection (aka Unique Key).
The data model to prune records from
Prune all records up to and including this cursor. Use the cursor value from _nango_metadata.cursor of the record you want to prune up to.
The variant of the model
The maximum number of records to prune in this request. Defaults to 1000.
1 <= x <= 10000Successfully pruned records