Logout
DELETE
http://127.0.0.1:3000/api/account/logout
Maintainer:Not configured
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'http://127.0.0.1:3000/api/account/logout'
Response Response Example
202 - Example 1
{
"data": {
"id": "string",
"email": "string",
"walletAddress": null,
"firstName": "string",
"lastName": "string",
"role": "string",
"avatar": null,
"bio": null,
"phone": null,
"verified": true,
"createdAt": "string",
"updatedAt": "string",
"locationId": null
},
"status": "string",
"message": "string",
"code": 0
}