Viz Channel Branding User Guide

Version 5.2 | Published June 05, 2024 ©

DELETE Channel

Deletes a channel from Promo Server configuration.

Syntax

DELETE /config/channels/{channelName}

Request

DELETE /config/channels/Test HTTP/1.1

Response - Channel deleted

HTTP/1.1 204 No Content

Error Response - Channel does not exist

HTTP/1.1 404 Not Found
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">Element Test could not be found</string>