If you are able to identify interfaces in database with WHERE condition, you can run query
UPDATE Interfaces SET UnPluggable=1 WHERE <your condition>
State will be changed to Unplugged with next poll.
If you are able to identify interfaces in database with WHERE condition, you can run query
UPDATE Interfaces SET UnPluggable=1 WHERE <your condition>
State will be changed to Unplugged with next poll.