I can add interfaces to a node using the method Orion.NPM.Interfaces.AddInterfacesOnNode… Why isn't there a method to remove an interface?
Interfaces can be removed using the standard SWIS Delete operation. "Remove-SwisObject" in powershell or HTTP DELETE for the REST API.
Don't forget to mark tdanner's answer as correct.