The revert operation reverts a clip list to its resource state.
The revert operation requires a message that consists of a single RevertRequest element.
Examples
URL Encoded:
clipList=http://www.zelestra.com/ClipList.xml
XML:
<RevertRequest>
<ClipList>http://www.zelestra.com/ClipList.xml</ClipList>
</RevertRequest>
The RevertRequest element MUST contain a ClipList element, which is the URI of a clip list.
The specified clip list is reverted.
The revert operation does not return any data.
The revert operation may return an badRequest fault if the request parameter is invalid.
The revert operation may return an forbidden fault if the requestor does not have the appropriate permission.
The revert operation may return an notFound fault if the specified clip list does not exist.
The revert operation may return an unauthorized fault if the requestor has not previously authenticated.
The revert operation may return an operationFailed fault if the service was unable to otherwise fulfill the request.