beta

Web Service: Video/Delete
Description: Delete a video from your account. Warning: the video deleted can not be recovered.
Example of function call:
http://api.nimbb.com/Video/Delete.aspx?key=PUBLIC_KEY&code=PRIVATE_KEY&guid=VIDEO_GUID
where you replace the values:
PUBLIC_KEY: your developer public key;
PRIVATE_KEY: your developer private key;
VIDEO_GUID: the video GUID.
If the function is successfully completed, an empty XML response is returned:
<?xml version="1.0" encoding="utf-8" ?>
<nimbb version="1" />
Go back to Web Service documentation.