A special video list used to list deleted video.
Deleted Video List element is generally found in the Feedback Task. It is used to notify back-ends that the video or a list of videos is no longer available.
Note that the information in the Video object is provided only for reference, and the details provided are not guaranteed to valid. Moreover, the Video object is not guaranteed to be valid. The list is generally only meant to provide the UIDs of the deleted videos; other information may or may not be present.
XML Example
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<deletedMediaList>
<media>
<UID>5ec93494-b4c6-4fbe-9a4b-8aba5f3659f0</UID>
<serviceId>1</serviceId>
<mediaType>VIDEO</mediaType>
<userId>6957778862691065585</userId>
<url>http://fe.example.org/rest/vcarc/r?uid=5ec93494-b4c6-4fbe-9a4b-8aba5f3659f0&service_id=1</url>
</media>
</deletedMediaList>