How do I remove protection for Vid.ly?

Please note that some time is needed to unprotect a video  (approximately 10 minutes). This time is required for CDN invalidation.  When the invalidation is done, you will receive notification if you have specified a <Notify> tag.  If you've protected your vid.lys with any parameters, and would like to remove them, all that is required is the following XML:

<?xml version="1.0"?>
<Query>
    <Action>UpdateMedia</Action>
    <userid>[userid]</userid>
    <userkey>[userkey]</userkey>
    <Notify>[URL_or_email]</Notify>
    <Source>
        <MediaShortLink>[shortlink]</MediaShortLink>
        <Protect></Protect>
    </Source>
</Query>

### – response:

<?xml version="1.0"?>
<Response>
  <Message>All medias have been updated.</Message>
  <MessageCode>2.5</MessageCode>
</Response>
1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
Loading...

edchelp