Log out a user from the system. A successful logout returns a unique ID that can be used to track the logout request in system logs. This ID may be important for troubleshooting or tracking specific events.
Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/logout curl -X POST "https://cloud.hostup.se/api/logout" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"success": true
}
}