Viz Multichannel

Version 4.0 | Published January 23, 2019 ©

DELETE Page of a Group

To remove a specific page of a given group use the following command.

Syntax

DELETE /restapi/[channel_name]/[playlist_name]/[group_name]/[page_name]

Request

DELETE /restapi/Channel1/continuous/group1/page1 HTTP/1.1

Reponse

Returns a 204 No Content *status message as no content is found because the page was found and *successfully deleted.

Returns a 404 Not Found status message because the page was not found.