This post is part of the series on Network Shell Snippets.
The following Network Shell command will delete the specified URL reservations:
netsh http delete urlacl URL={reserved url}
Replace the highlighted section, including the curly brackets, with the URL reservation to be removed.