A special photo list used to list deleted photos.
Deleted Photo List element is generally found in the Feedback Task. It is used to notify back-ends that the photo or a list of photos is no longer available.
Note that the information in the Photo object is provided only for reference, and the details provided are not guaranteed to valid. Moreover, the Photo object is not guaranteed to be valid. The list is generally only meant to provide the UIDs of the deleted photos; other information may or may not be present.
XML Example
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<deletedMediaList>
<media>
<UID>ead23192-094f-4caf-abf3-1e91bb29abde</UID>
<serviceId>6</serviceId>
<mediaType>PHOTO</mediaType>
<userId>1976931963638762328</userId>
<url>http://fe.example.org/rest/carc/r?uid=ead23192-094f-4caf-abf3-1e91bb29abde&service_id=6</url>
</media>
</deletedMediaList>