Avoid ID in edit page

I need to use the edit page of my plugin without the ID
is it possible?
'edit' => Pages\EditSettings::route('/{record}/edit'),
should be
'edit' => Pages\EditSettings::route('/edit'),

thanks
Was this page helpful?