openclaw_device_pair_remove
Remove a paired device from the OpenClaw gateway. The device must re-pair to reconnect.
Instructions
Remove a paired device from the gateway. Wraps device.pair.remove. Destructive — the device will need to re-pair to reconnect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deviceId | Yes | Device id (hex) to unpair | |
| 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. |