· DataEase · Tutorials  · 1 min read

Bulk Delete Redirects from Shopify

Delete many URL redirects at once by exporting them, marking command = DELETE, and importing the file back with DataEase. (Deletion requires the redirect id.)


Steps:

1. Export Redirects

In DataEase, create a New Export → urlRedirect. Include at least: id, from, to. Use filters like Source, Target, or CreatedAt to narrow the set, then run and download the file.

2. Edit the file

Keep only the redirects you want to remove and set command = DELETE. Ensure the id column is present for those rows.

3. Import & validate

In DataEase, start a New Import → Redirects, upload the file, map columns, and run Validation. Fix any issues shown in the validation report.

5. Run the import

Download the results to confirm the selected redirects were deleted.

Tips

  • Keep a backup export before bulk deletion.
  • You can also bulk CREATE/UPDATE/REPLACE redirects if needed; see the full redirect guide for details and sample files.

Minimal CSV (example)

idcommand
123UPDATE

References