v1

latestOpenAPI 3.0.3Apache 2.02026-07-1710047196.1 KB
auth

logout a user

post/auth/logout

Response

User logout successfully

statusstring

success response

status_codeinteger

HTTP status Code response

messagestring
dataobject

Example response

{
  "status": "success",
  "status_code": 200,
  "message": "Logout Successfully",
  "data": {}
}