Logout

Endpoint

This endpoint allows you to logout. Log the user out of the application.
This endpoint requires authentication.

Method URI Headers
POST https://test-api.updivision.work/api/logout Accept: application/json
Authorization: Bearer {token}

Response

Example response 200

{
    "message": "Logged out"
}

Example response 401

{
    "message": "Unauthenticated."
}