Logout

Note

This API is only available in versions 0.x. As of versions 1.x, the logout function is deprecated

General Information


ServiceAPIMethod
urac/logoutGET

 

WorkflowLogout Flow

Input


NameSourceMandatoryTypeSpecial FormatDescription
N/AN/AN/AN/AN/AThis 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
}