DocsHTTP APILog out

Log out

Log out. Use POST /auth/logout in Chronoverse, with authentication, parameters, and response details.

POST
/auth/logout

Authentication

cookieSession
apiKey
required

Encrypted session cookie issued after registration or login.

cookie: session
csrfToken
apiKey
required

CSRF cookie issued with the session and required for state-changing requests.

cookie: csrf

All credentials in this group are required.

Parameters

This operation has no path, query, header, or cookie parameters.

Responses

204

Session and CSRF cookies deleted

401

Missing or invalid session

429

Ingress rate or connection limit exceeded for the client address