deauthenticateDevice
De-authenticate a registered device.
Deprecation
The 'deauthenticateDevice' field is deprecated.Please use 'deauthenticateFlexDevice' instead.
- Marked as deprecated on 2025-05-12.
- Scheduled for removal on or after 2026-01-16.
You can read more about this deprecation on:
https://announcements.kraken.tech/announcements/public/606/
A brownout is in_progress for 'Mutation.deauthenticateDevice' from Aug. 19, 2026, 5:29 a.m. to Aug. 26, 2026, 6:57 a.m..
Arguments
Examples
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 DeauthenticateDevice($input: DeAuthenticationInput) {
deauthenticateDevice(input: $input) {
krakenflexDevice {
...DeviceDetailsTypeFragment
}
}
}
Variables
{
"input": DeAuthenticationInput
}
Response
{
"data": {
"deauthenticateDevice": {
"krakenflexDevice": DeviceDetailsType
}
}
}