API - Disconnect

A typical API session starts with a connect and ends with a disconnect.

You should always explicitly disconnect from the API. Otherwise, Wordbee believes that the user is still logged on until the session expires after 10 minutes of inactivity.

URL

(PUT) http://{server:port}/api/disconnect?token=

PARAMETERS

 

token

The session token obtained upon initial connection.

 


RESULTS

The method returns no result even when the token is not or no longer valid. The HTTP status code is 204.

 

Copyright Wordbee - Buzzin' Outside the Box since 2008