Im trying to delete video from vimeo using advanced API:
$vimeo->call('vimeo.videos.delete', xxxxx);
but I'm getting an error:
1: (The video id was either invalid or was for a video not viewable by the calling user.).
But the video exist and I can upload videos using advanced API why I can't delete?
There are two possible reasons.
There are some ways you can help debug this.