Questions are identified by a unique, incremental ID. This means there is no way to reuse the ID by means of the user interface.
If you know enough SQL you could connect to your database and update this ID manually. Keep in mind you should respect all constraints and referential integrity. An error here might result in you breaking your Q2A database.
It is always better and considerably less risky not to delete the question in the first place.