Example #1
0
 /**
  * @param $videoId
  * @return mixed
  */
 public function deleteVideo($videoId)
 {
     return Request::deleteVideo($videoId, $this->getToken(), $this->getSecure());
 }