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...") |
|||
Line 6: | Line 6: | ||
| returned = XML confirming logout | | returned = XML confirming logout | ||
}} | }} | ||
+ | This article details a FreeDESK [[API]] call. | ||
= Description = | = Description = | ||
The login call allows the destruction of a ContextType::User session | The login call allows the destruction of a ContextType::User session |
Latest revision as of 18:48, 21 August 2012
logout | |
Call/Mode: | logout |
---|---|
Description: | Destroy a user session |
Parameters: | sid |
Returned Data: | XML confirming logout |
This article details a FreeDESK API call.
[edit] Description
The login call allows the destruction of a ContextType::User session
[edit] Using the Call
Pass in the following parameters using GET or POST
- sid : Session ID
For example
api.php?mode=logout&sid=XYZ
[edit] Returned Data
Logout confirmation