POST /v1/auth/logout

Log out the user

Responses

  • 204

    Successful operation with no content

  • 401 application/json

    Not Authenticated

    Hide response attributes Show response attributes object

    Error schema

    • statusCode number Required

      Status Code

    • messages array[string] Required

      List of error messages

    • exception object

      Exception

POST /v1/auth/logout
curl \
 --request POST 'https://api-dev.classmanager.io/v1/auth/logout'
Response examples (401)
{
  "statusCode": 42.0,
  "messages": [
    "string"
  ],
  "exception": {}
}