API7 GatewayAPI7 Enterprise Admin APIsLog out from API7 Enterprise using the built-in username and password
Log out from API7 Enterprise using the built-in username and password
POST /api/logout
POST /api/logoutInteractive request editor loads with JavaScript.
X-API-KEY<token>
In: header
Response Body
application/json
curl -X POST "$API_BASE_URL/api/logout"Successful operation.
{
"value": {}
}Complete operation details and schema variants
POST /api/logout
Log out from API7 Enterprise using the built-in username and password
Log out the current built-in authentication session and invalidate related session state.
Parameters
Responses
200: Successful operation.value(object, optional): The specific resource.
cURL
curl -X POST '$API_BASE_URL/api/logout'