Skip to main content
DELETE
/
v1
/
agents
/
{agentId}
/
channels
/
{channel}
Disconnect Channel
curl --request DELETE \
  --url https://app.opencomputer.dev/v1/agents/{agentId}/channels/{channel} \
  --header 'X-API-Key: <api-key>'
{}
Disconnect a channel from an agent. Removes webhook registration and config. CLI equivalent: oc agent disconnect <id> <channel>
agentId
string
required
Agent ID
channel
string
required
Channel type (e.g. telegram)
{}