Clientarea
Last modified:2025-12-01 11:53:12
OperationId:revokeToken
Invalidate authorization and refresh token.
Pass refresh token or call this method with valid access token
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Responses
This response does not have a body.
curl --location --request POST 'https://my.hitechcloud.vn/api/revoke?refresh_token' \
--header 'Authorization: Bearer <token>'
Modified at 2025-12-01 11:53:12