From the NannyMUD documentation
2000-12-15
NAME
remove_protection - remove protection data.LOCATION
/obj/protections.cSYNTAX
varargs int remove_protection(string type, object obj)DESCRIPTION
This function removes the protection entry for the object and type given as arguments. If no object is given, the data for the calling object is removed.SEE ALSO
protections in lfun/living/protection protections in lfun/living/protectionsSEE ALSO
add_protection in lfun/living/add_protectionSEE ALSO
query_protection in lfun/living/query_protection