End the authenticated session
POST/api/v1/auth/logout
POST
/api/v1/auth/logout
Invalidates the current server session and clears its security context. The session cookie and CSRF header are required.
Authorizations
Section titled “Authorizations”Responses
Section titled “Responses”Session ended
Authentication is required or credentials are invalid.
RFC 7807 problem response. Dynamic detail text is credential-redacted.
object
detail
string
instance
string format: uri-reference
status
integer format: int32
title
string
type
string format: uri-reference
The authenticated identity lacks the required permission.
RFC 7807 problem response. Dynamic detail text is credential-redacted.
object
detail
string
instance
string format: uri-reference
status
integer format: int32
title
string
type
string format: uri-reference