RESTful Web Services Interface (legacy API)

deleteReviewRecordPairs

1 min read

On this page
  1. Method
  2. Input
  3. Output

The deleteReviewRecordPairs method deletes all the review record pair entries from the repository. This method should not be used as it is preferrable that reviewed record pair entries are preserved in the repository for historical reporting purposes.

Method

The method uses the PUT HTML method.

Input

No input paramerters.

Output

The output is void if the review record pairs deleted or throw an response status as Not Modified

Up to Person Manager Resource Documentation