rollback_migration
Delete target records created by a migration identified by correlation prefix, with a two-phase process: preview count before confirming deletion.
Instructions
Deletes target records that were created by a migration, identified by correlation_id prefix (e.g. "jira:" or "salesforce:"). Two-phase: first call with confirm=false to see the count, then confirm=true to delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sn_table | Yes | ||
| correlation_prefix | Yes | e.g. "jira:" or "salesforce:" | |
| confirm | No |