Logout
https://core.hisend.hunnovate.com/api/v1/projects/{project_identifier}/auth/logout?api_key={api_key}
Logout user
Path Parameters
project_identifier string required
The identifier or id of the project, for example project_name or 01jtk9f6xtp5bqycmj8x68040f, you can get it from the projects page on your dashboard
Query Params
api_key string required
The api key from your dashboard
200 Success Response Example
{
"data": {
},
"message": "Logout successful",
}