method-videos-comments-remove
Last edited: January 27th, 2009 by Colin DevroeRemoves a text comment from a video
Note: ALL arguments are required.
Authenication
This method requires authentication with viddler.users.auth API method.
Arguments
- method
- Should be set to “Viddler.videos.comments.remove”
- api_key
- Assigned Viddler API Key
- sessionid
- Current session in generated by calling viddler.users.auth method
- comment_id
- ID of a comment to remove
Example Call
http://api.viddler.com/rest/v1/?method=viddler.videos.comments.remove&api_key=KEY&comment_id=3322
Example Response
<success />