Clip/destroy
From Justin.tv API Wiki
Destroys an existing clip. OAuth tokens for the clip's channel are required.
Interface
URL: http://api.justin.tv/api/clip/destroy/id.format
Formats: xml, json
Methods: POST, DELETE
Authentication: Requires Authentication
Params: id of the clip to delete
Examples
- You want to delete a clip
- Action
- url = http://api.justin.tv/api/clip/destroy/1550351.xml
- method = POST
- Action
<hash> <message>Clip destroyed</message> </hash>

