API Endpoint
https://api.xure.co/v1/authentication/logout

Invalidates the supplied authentication token preventing its use in any further requests

Invalidate Token POST

Call this method to invalidate the current authentication token as supplied in the request header. This has the effect of logging the user out, and preventing any further access via the token.

Parameters

This method does not utilise any parameters.

XML

Example Request
POST https://api.xure.co/v1/authentication/logout.eb HTTP/1.1
Example Response
HTTP/1.1 204 No Content

JSON

Example Request
POST https://api.xure.co/v1/authentication/logout.eb HTTP/1.1
Example Response
HTTP/1.1 204 No Content

Status Codes

Status and Error Codes
HTTP StatusError Code and Description
204

The bearer token, if supplied, has been invalidated