Developer Logout

Description

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.

History

2009-03-18 REST authentication introduced

SOAP URI:
Not applicable to SOAP

REST URI [GET|POST]:
/Authentication/2009-03-18/Authenticate.svc/DeveloperLogout

Request Parameters

Name Description Required

sessionId

The current sessionId, required if not using cookies.

Type: String

Default: None

Constraints: Must be a valid sessionId

No

Response Elements

Name DeDescription

AuthenticationResult

This operation returns an AuthenticationResultWS aggregate which contains the result of the authentication request.

Type: AuthenticationResultWS