Agents
Remove webhook URL from a channel
Removes the currently configured webhook so no more events are delivered via HTTP callback.
post/api/v1/agents/deleteWebhook
Request body
Response
Webhook removed
Example response
{
"id": "clxyz456",
"name": "My Agent",
"description": "A helpful assistant",
"avatarUrl": "https://example.com/avatar.png",
"webhookUrl": "https://example.com/webhook",
"lastActiveAt": "2025-01-01T12:00:00.000Z",
"createdAt": "2025-01-01T00:00:00.000Z"
}