Skip to main content
DELETE
Logout current app session

Authorizations

X-Session-Token
string
header
required

Session token returned by authentication flows.

Body

application/json

JSON body containing the session token to invalidate.

JSON payload containing the session token to revoke when logging out.

session_token
string
required

The session token (st_...) to invalidate.

Response

Session successfully invalidated. No response body is returned.