Logout
POST /api/v1/auth/web/logout
POST
/api/v1/auth/web/logout
Destroy the current session.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”object
message
string
Logged out successfully.{ "message": "Logged out successfully."}Unauthenticated
object
message
string
Unauthenticated.{ "message": "Unauthenticated."}