Difference between revisions of "ACTA:UnbindServerAccount"
Jump to navigation
Jump to search
TimmSkiller (talk | contribs) (Created page with "=Request= {{IPC/Request}} {{IPC/RequestHeader|0x0404|2|0}} {{IPC/RequestEntry|u8, Account slot}} {{IPC/RequestEntry|bool, clear assigned account ID}} {{IPC/RequestEnd}} =Resp...") |
TimmSkiller (talk | contribs) |
||
Line 3: | Line 3: | ||
{{IPC/RequestHeader|0x0404|2|0}} | {{IPC/RequestHeader|0x0404|2|0}} | ||
{{IPC/RequestEntry|u8, Account slot}} | {{IPC/RequestEntry|u8, Account slot}} | ||
− | {{IPC/RequestEntry|bool, clear | + | {{IPC/RequestEntry|bool, clear completely}} |
{{IPC/RequestEnd}} | {{IPC/RequestEnd}} | ||
Line 14: | Line 14: | ||
=Description= | =Description= | ||
− | Clears the account data (but does not delete the data) for the given account slot. If <code>clear | + | Clears the account data (but does not delete the data) for the given account slot. If <code>clear completely</code> is set to <code>true</code>, the AssignedAccountId and AssignedPrincipalId field is cleared as well. |
Latest revision as of 15:36, 7 March 2025
Request[edit]
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | u8, Account slot | ||||||||
2 | bool, clear completely |
Response[edit]
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | Result code |
Description[edit]
Clears the account data (but does not delete the data) for the given account slot. If clear completely
is set to true
, the AssignedAccountId and AssignedPrincipalId field is cleared as well.