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
Code Block | ||||
---|---|---|---|---|
| ||||
> CURL -X GET http://127.0.0.1:4000/urac/logout |
...