Skip to content

Instantly share code, notes, and snippets.

@dailymotion-api
Created January 3, 2014 17:55
Show Gist options
  • Save dailymotion-api/8242826 to your computer and use it in GitHub Desktop.
Save dailymotion-api/8242826 to your computer and use it in GitHub Desktop.
How to delete a video
<?php
// Using php-sdk
$api->delete('/video/' . $videoId);
?>
curl -X DELETE https://api.dailymotion.com/video/[VIDEO_ID]?access_token=XXX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment