Viz Channel Branding User Guide
Version 5.0 | Published July 10, 2023 ©
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.1
Response - Machine Address 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>
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>