rollback_changes
Delete sets of previously-created records to roll back changes. Supply an array of table and sys_id values, like the rollback_token from bulk_create_records, to remove them.
Instructions
Delete a set of previously-created records, e.g. the rollback_token returned by bulk_create_records. Requires WRITE_ENABLED=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| changes | Yes | Array of { table, sys_id } to delete |