API logout
From FreeDESK
(Difference between revisions)
(Created page with "{{Infobox API | name = logout | mode = logout | description = Destroy a user session | parameters = sid | returned = XML confirming logout }} = Description = The login call al...") |
Revision as of 18:48, 21 August 2012
logout | |
Call/Mode: | logout |
---|---|
Description: | Destroy a user session |
Parameters: | sid |
Returned Data: | XML confirming logout |
Description
The login call allows the destruction of a ContextType::User session
Using the Call
Pass in the following parameters using GET or POST
- sid : Session ID
For example
api.php?mode=logout&sid=XYZ
Returned Data
Logout confirmation