๐Ÿ† Omniagent API Hackathon ยท May 18 โ€“ June 15 โ€” Register now and start building

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

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

Authorization

ApiKeyAuth
X-Api-Key<token>

API key for authentication. Passed as a header on every request.

In: header

Path Parameters

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

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
}