This endpoint allows a client to notify the authorization server that a previously issued access token is no longer required. It’s typically used to implement a "logout" function within the application, prompting the server to invalidate the token and clear any related session data.
NOTE
This endpoint is used by clients that wish to explicitly end a session or remove access when a token is no longer in use.
The server must invalidate the provided token, making it unusable for future API requests.
The revocation process is silent—no confirmation message is returned, only the status code.
Request
Authorization
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.