Viz Multichannel
Version 4.0 | Published January 23, 2019 ©
DELETE Group
To remove a specific group and all pages a part of it use the following command.
Syntax
DELETE /restapi/[channel_name]/[playlist_name]/[group_name]
Request
DELETE /restapi/Channel1/continuous/group1 HTTP/
1.1
Response
Returns a 204 No Content status message as no content is found because the group was found and its content successfully deleted.
Returns a 404 Not Found status message because the group was not found.