Atlas
Auth

Sign out

Destroys the current session.

POST
/api/auth/sign-out

Authorization

bearerAuth
AuthorizationBearer <token>

API key or JWT token. Pass via Authorization: Bearer .

In: header

Response Body

application/json

curl -X POST "http://localhost:3001/api/auth/sign-out"
Empty
{
  "error": "string",
  "message": "string"
}