Skip to main content
POST
Log out
Deletes the current dashboard session and clears the recurso_session cookie. Idempotent — calling it without a live session still returns 200.

Example Request

Example Response

Authorizations

recurso_session
string
cookie
required

Dashboard user session cookie (httpOnly) issued by POST /auth/register and POST /auth/login. v1 endpoints accept EITHER this cookie or the tenant API key (bearerAuth).

Response

200 - application/json

Logged out (idempotent). Clears recurso_session cookie.

message
string