/channels/videos/delete¶
Delete a video from the playlist of a manual channel.
Parameters¶
- channel_key : string
Key of the channel from which video should be deleted.
- video_key (optional) : string
Video key. All videos with this key will be deleted from the channel.
- position_to (optional) : unsigned integer
Video position in the channel. Only video at this position will be deleted from the channel.
Example response¶
<?xml version="1.0" encoding="UTF-8"?>
<response>
<status>ok</status>
</response>
Response parameters¶
- /response/status : string
Call execution status. Set to ok if call executed successfully.