DELETE /Session/Account/{id}/
Deletes all sessions associated with the account ID passed in.
Request
Method |
Request URI |
DELETE |
/API/Session/Account/{id}/?sessionId=value |
URI Parameters
URI Parameter |
Description |
sessionId |
The current session ID.
|
Path Parameters
Path Parameter |
Description |
id |
The account ID.
|
Request Body
There is no Request Body for this function.
Response
Response Body
The number of session deleted, or an error code indicating the reason for failure.