unlinkRakutenIdFromAccountUser
Unlink Rakuten OpenID from the account user.
This field requires the Authorization header to be set.
Arguments
Input fields for unlinking Rakuten OpenID from AccountUser.
Returns
UnlinkRakutenIdFromAccountUserUnlink Rakuten OpenID from the account user.
This field requires the Authorization header to be set.
Possible Errors
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-7899: An internal error occurred.
- KT-JP-5406: Invalid input data for unlinking Rakuten OpenID from account user.
- KT-JP-5407: Rakuten OpenID link not found for this account user.
- KT-JP-5408: Rakuten OpenID is already unlinked for this account user.
- KT-JP-5409: An unexpected error occurred while attempting to unlink Rakuten OpenID from account user.
- KT-JP-5410: Failed to unlink Rakuten OpenID on Rakuten's side.
Allowed Viewers
Required Permissions
Can access customer queriesCan update user details
Query Complexity
1Examples
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 UnlinkRakutenIdFromAccountUser($input: RakutenIdAccountUserUnlinkInput) {
unlinkRakutenIdFromAccountUser(input: $input) {
status
}
}
Variables
{
"input": RakutenIdAccountUserUnlinkInput
}
Response
{
"data": {
"unlinkRakutenIdFromAccountUser": {
"status": "her-foot-final-there-station"
}
}
}