openclaw_device_token_revoke
Revoke a device's authentication token to invalidate its current credentials, requiring the device to re-pair or obtain a newly issued token.
Instructions
Revoke a device's authentication token. Wraps device.token.revoke. Destructive — the device must re-pair (or use a freshly issued token).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deviceId | Yes | Device id whose token to revoke | |
| 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. |