Skip to main content

Expire authorization token

This endpoint revoke an Authorization Bearer token created by Get authorization Token.

HTTP Request

DELETE /auth/logout

Header Parameters

HeaderDescription
Authorization 
required
The Bearer token created in
Get authorization Token
Content-Type 
required
application/json
tip

Remember — On success, you get the authorization token in the Headers response as Authorization.

Example JSON Request:

DELETE /auth/logout

Example JSON Response:

{}