Skip to content
Belikhun edited this page Jan 16, 2019 · 4 revisions

/logout - Đăng xuất khỏi tài khoản

HTTP/1.1 POST /api/logout

  • Permission: everyone
  • Require Logged In: true

Parameter:

Field Method Type Description Required
token POST string API Token *

Example:

{
    "code": 0,
    "status": 200,
    "description": "Đăng xuất thành công.",
    "user": null,
    "data": [],
    "runtime": 0.0003647804260253906
}

Clone this wiki locally