revoke_device
Revoke a registered device by its registration_id to free a device slot. The device loses access on next license refresh; unknown IDs return not_found. Use list_devices to find IDs.
Instructions
Revoke one registered device by registration_id (find ids with list_devices), freeing one device slot. The device loses access on its next license refresh. An unknown registration_id fails with not_found. Returns revoked: true with the registration_id. Use list_devices to find registration ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| registration_id | Yes | Device registration id from list_devices. |