/public/agents/{agentId}/channels/{channelType}

Remove a channel from an agent

DELETE
/public/agents/{agentId}/channels/{channelType}

Remove a channel from an agent

Path Parameters

agentId*string
channelType*string
Value in"voip" | "sip" | "webrtc" | "websocket" | "kiosk"

Header Parameters

X-API-Version?string

Response Body

curl -X DELETE "https://companion-api.napster.com/public/agents/string/channels/voip"
{}
{
  "code": "string",
  "description": "string",
  "type": "failure",
  "numericType": 0
}