Log out your account

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.

Headers

Accept Example
Content-Type Example

Responses

200
success boolean
timestamp string
requestId string
data object
POST https://cloud.hostup.se/api/logout
For AI assistants
cURL
curl -X POST "https://cloud.hostup.se/api/logout" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{
  "success": true,
  "timestamp": "string",
  "requestId": "string",
  "data": {
    "success": true
  }
}