Viz Channel Branding User Guide

Version 5.2 | Published June 05, 2024 ©

DELETE a Playlist in Channel (Version 2.0)

Delete an existing Playlist from a Channel.


Syntax
DELETE /api/channels/[channel]/playlists/[playlist]
Request
DELETE /api/channels/test/playlists/2022_07_03 HTTP/1.1
Response
HTTP/1.1 204 No Content

Note: If trying to delete a non-existing Playlist, the returned error-code will be HTTP 404 with a reference to relevant info used in the request-uri.