openclaw_channels_logout
Log out a delivery channel to stop message delivery until re-authenticated. Pass the channel name to disconnect it.
Instructions
Log out / disconnect a delivery channel. Wraps channels.logout. Destructive — channel won't deliver until re-authenticated. Pass the channel name (e.g. 'telegram').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | Channel name, e.g. 'telegram' | |
| instance | No | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances with openclaw_setup_list. |