You need to sign in to do that
Don't have an account?
How to reuse a Visualforce page name if a page with the same name was deleted.
Hello!
I deleted a Visualforce page with a name of ArbitraryPageName. Now I want to create a new page with the same name, but I get an error message of:
"The Apex Page "ArbitraryPageName" is already taken. Use a different name."
Is there some way to fix this?

Nevermind! Closing the developer console and reopening it fixed the problem.