Item level permissions are implemented as per the business flow. It can be implemented in SharePoint 2007 either by implementing it as an event handler or a workflow.
Depending on whichever way of implementation the following code segment can be used to remove a particular user or group from the list item’s permissions.
Using oSite As SPSite [...]
