I am trying to remove video from Viemo Pro
server using vimeo API in php
. but the video not remove from vimeo server. FATAL ERROR
uncaught exception are throw in php.
I have successfully connected to Vimeo pro API and successfully upload video in Vimeo Pro.
Below is my php Code
$file_name='https://api.vimeo.com/videos/129529345';
$uri = $lib->request($file_name,array(),'DELETE');
echo '<pre>';
print_r($uri);
die;
Below is the screenshot
Thanks in Advance