Closed (outdated)
Project:
Pathauto
Version:
6.x-1.1
Component:
Bulk generation
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Feb 2013 at 04:51 UTC
Updated:
21 Jun 2021 at 11:36 UTC
Jump to comment: Most recent
Comments
Comment #1
admin@azhark.com commentedCurrently there is no direct query to delete path alias based on nid.
So you can do it with pid.
DELETE from url_alias where id between 501 and 800;Comment #2
admin@azhark.com commented