*releaseVideoTag
Configuration Article | CA-20220907-TP-72 VDG Sense | API | Functions | Video Tagging |
Note: This function requires an API license.
Release the videotag with the supplied id.
Request
command?command=releaseVideoTag&id=[UID] |
Response
<result errorcode="0">
    <descripion>Ok</description>
</result> |
error code | description | remarks |
---|---|---|
0 | Ok | Ok, no error |
-18 | General error | An undefined error occured |
-26 | Videotag does not exist | Videotag does not exist or cannot be found |
Changelog
2.4.3 – Added