Is there an easy way to remove a custom form from a Project?
There doesn't seem to be a MISC action to do this. The only way I can find to do this is to do a PUT on the PROJ object and basically pass in the existing objectCategories collection (minus) the object ID of the custom form that I want to remove.
There's got to be a better way, right?