back to auth /// home
Kill your yourself. Requires a valid session token obviously.
No sexy json derulo body needed. Just send the token in the header:
Authorization: Bearer <token>
{
"success": true,
"message": "Logged out successfully"
}
| Code | When |
|---|---|
| 401 | no token provided or token is invalid/expired |