deletePersonById
deletePersonById
The deletePersonById method deletes a person from the EMPI. The system locates the person record using the person's internal unique identifier. If the record is not found an unchecked exception is thrown to notify the caller that this record does not exist in the system. If the record is found, the record is voided from the system rather than deleted to preserve a history.
Method
The method uses the PUT HTML method.
Input
The input to the method is the Person element.
Output
The output is void if the person deleted or throw an response status as Not Modified