Terminates the current session for the logged-in user.

NOTE: Making this API call is optional because a user is automatically logged out after his or her session expires.


Resource URL

POST https://api.tealiumiq.com/v1/logout

Request Header

Header Field Name Description Example value
Content-type Indicates the MIME type of the body of the GET request  application/x-www-form-urlencoded
JSESSION cookie Cookie for sending jsession ID, i.e. the unique session identifier JSESSIONID=415072043799098022

Example Response

The API returns status 200 OK upon successful logout.

Public