Viz Channel Branding User Guide
Version 5.2 | Published June 05, 2024 ©
DELETE Machine Address
Deletes a machine address under a specific channel.
Syntax
DELETE /config/channels/{channelName}/machineaddresses/{machineAddress}Request
DELETE /config/channels/Test/machineaddresses/127.0.0.1 HTTP/1.1Response - Machine Address deleted
HTTP/1.1 204 No ContentError 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>Error Response - Machine Address does not exist
HTTP/1.1 404 Not Found<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">Element 127.0.0.1 could not be found</string>