Created
January 3, 2014 17:55
-
-
Save dailymotion-api/8242826 to your computer and use it in GitHub Desktop.
How to delete a video
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Using php-sdk | |
$api->delete('/video/' . $videoId); | |
?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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