Authorization header. Subsequent requests with the same token return 401. Discard the token in the client after a successful response.
Method: POST Path: /api/auth/logout Auth: Session Bearer
Request
No body.Response
204 No Content.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Invalidate the session tied to the Bearer token in the request. Discard the token client-side after receiving the 204 response.
Authorization header. Subsequent requests with the same token return 401. Discard the token in the client after a successful response.
Method: POST Path: /api/auth/logout Auth: Session Bearer
204 No Content.
curl -X POST \
-H "Authorization: Bearer eyJhbGciOi..." \
https://ariacompute.com/api/auth/logout
| Status | Meaning |
|---|---|
401 | Missing or invalid session token. |
Was this page helpful?