deauthenticateFlexDevice
De-authenticate a registered device by device id.
Arguments
Possible Errors
Allowed Viewers
Required Permissions
Can register smartflex devicesRate Limits
| Key | Steps |
|---|---|
user |
['300/h'] |
Query Complexity
6Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
mutation DeauthenticateFlexDevice($input: DeauthenticateFlexDeviceInput) {
deauthenticateFlexDevice(input: $input) {
krakenflexDevice {
...DeviceDetailsTypeFragment
}
}
}
Variables
{
"input": DeauthenticateFlexDeviceInput
}
Response
{
"data": {
"deauthenticateFlexDevice": {
"krakenflexDevice": DeviceDetailsType
}
}
}