<?php include("chilkat.php"); $success = $http->QuickGetSb('https://domain.com/logout',$sbResponseBody); ?>
curl -X GET https://domain.com/logout
{
"id": "logout",
"name": "Logout",
"request": {
"url": {
"host": "{{baseUrl}}",
"path": [
"logout"
],
"query": [
],
"variable": [
]
},
"method": "GET",
"header": [
],
"description": "Invalidates a session and returns the authentication status of the asking entity."
}
}