How can you remove the "create new record" page

Hello every one, I was able to remove the create new record button from the list view but I’m still able to access the form creation using the “/new” route. Is there a way to remove this page from the app ?

Thanks for your help.

Forms are tied to collections (left-hand menu). You could remove the entire collection, but this also deletes the collection landing page and individual record view. If you are just trying to prevent certain users from creating new records, what may be a better option is to set permissions on that collection. You can create a rule where the specific user type does not have the ability to ‘create’ new records in that collection.