OROoro docs
Auth

Logout

Logout and invalidate the current session.

POST/v1/auth/logout

Header Parameters

authorization?|

Response Body

application/json

application/json

curl -X POST "https://loading/v1/auth/logout"
{
  "success": true
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}