POST api/v1/authentication/logout
Logouts the user based on token header.
Request Information
Headers
URI Parameters
None.
Body Parameters
None.
Response Information
Headers
Resource Description
Application Status, Status code, Message
Application Accepted - AA, 200
Application Rejected - AR, 500, Failed to remove token
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| Result |
Result of the response |
string |
None. |
| Message |
Additional information of the response |
string |
None. |
Response Formats
application/json
Sample:
{
"Result": "sample string 1",
"Message": "sample string 2"
}