RocketCOMS

User Logout Request

Remove a RocketCOMS Portal user’s access token when the user logs out of the Portal.

Endpoint

POST /v1/auth/logout

Authorization Header

Authorization: Bearer <access_token>
or
Authorization: Basic <encodedString>
where <encodedString> is your <api-key>:<api-secret> string encoded using Base64 encoding

Request Body

None

Returns

If successful, returns 200 Logged out successfully.

SAMPLE RESPONSE

				
					{
  200 Logged out successfully
}