These docs are for v2.0. Click to read the latest docs for v2.1.

logout()

CleengApi.logout(callback);

jsExample

CleengApi.logout(function(result) {
      if (result.success) {
          alert('You have been successfully logged out');
      }
  });

jsResponse

[
  {
      "success": true
  }
]

To check this endpoint go to API Console