MRSS Video Deletion
S
Written by Selva Mani
Updated over a week ago

In our MRSS feed ingestion system, the <media:state="blocked" /> state value carries significant implications. When this value is set to "blocked," it denotes that data is to be deleted from our CMS.

<media:status state="blocked" /> When the attribute is set to "blocked," it indicates that the video has been removed from our CMS.

media:status: This tag contains the status of the content item, including a reason attribute that explains the reason (eg: takedown) and the state attribute indicates the state of the content (e.g., blocked).

<item>

<item_id>1897</item_id>

<lastModified>Tue, 14 Mar 2023 19:26:13 GMT</lastModified>

<title>Your Video name</title>

<media:id>Sample_0001089</media:id>

<media:status reason="takedown" state="blocked" />

</item>

⚠️ Note: <media:id> is the unique identifier that will uniquely identify the previously ingested video and delete it.

Did this answer your question?