The DeveloperLogout method allows you to Un-authenticate with the web service API. Any sessionId in a cookie will be removed and any session variables for the developer Id will be invalid.
2009-03-18 REST authentication introduced
SOAP URI:
Not applicable to SOAP
REST URI [GET|POST]:
/Authentication/2009-03-18/Authenticate.svc/DeveloperLogout
Name | Description | Required |
---|---|---|
|
The current sessionId, required if not using cookies. Type: String Default: None Constraints: Must be a valid sessionId |
No |
Name | DeDescription |
---|---|
|
This operation returns an AuthenticationResultWS aggregate which contains the result of the authentication request. Type: AuthenticationResultWS |