Logout
Note
This API is only available in versions 0.x. As of versions 1.x, the logout function is deprecated
General Information
Service | API | Method |
---|---|---|
urac | /logout | GET |
Workflow: Logout Flow
Input
Name | Source | Mandatory | Type | Special Format | Description |
---|---|---|---|---|---|
N/A | N/A | N/A | N/A | N/A | This api does not need any parameters |
Example (CURL)
Request
Calling Logout API
> CURL -X GET http://127.0.0.1:4000/urac/logout
Response
Logout API response
{ "result": true, "data": true }