Log out

Command to end the current session.

POST /logout.fcgi

Parameters

  • This call has no parameters

Response

  • This call has no return.

Request example

$.ajax({
  url: "/logout.fcgi?session=" + session,
  type: 'POST',
  contentType: 'application/json'
});