@jsbcannell I removed the ability to delete via hash id because:
if multiple people are using essentially the same templates with the same hash id, we wouldn't want the delete to affect more than just the one template a user is trying to delete
The main component of deleting templates has to do with the user_template relationship, which is based on the template_id itself, not the hash id, so it makes sense to just revert this back to only using the template id for deleting
@jsbcannell I removed the ability to delete via hash id because: