removePersonById
removePersonById
The removePersonById method removes a person from the EMPI. The system locates the person record using the person's internal unique id. If the record is found, the record is removed from the system completely.
Method
The method uses the POST HTML method.
Input
The input to the method is the unique id for the Person element.
Output
The output is void if the person deleted or throw an response status as Not Found