Deletes a video associated with a users account.

Note: ALL arguments are required.

Authenication

This method requires authentication with viddler.users.auth API method.

Arguments

method
Should be set to “Viddler.videos.delete”

 

api_key
Assigned Viddler API Key
sessionid
The session ID assigned during user authentication.
video_id
The ID of the video to get information for. This is the ID that’s returned by upload.video.

Notes

  • This method can only be called using HTTP POST method.

Example Call

http://api.viddler.com/rest/v1/?method=viddler.videos.delete&sessionid=1133&api_key=011aad&video_id=1234

Example Response

<success />