Given a participant list and the id of a participant, this method will delete that participant from that participant list.
If the same participant (i.e. a participant with the same id) exists on other participant lists, the participant will remain in the system but will no longer be on the given participant list. If the participant is NOT used on any other participant lists, the participant will be deleted from the system entirely.
If there is an error during the delete, an exception will be thrown with an appropriate error message.
WebServiceContext Class | DatStat.SDK.WebServiceWrappers Namespace