curl --request POST \
--url https://api.other.page/v1/connect/revoke \
--header 'Content-Type: application/json' \
--data '{
"token_type_hint": "authorization_code",
"token": "<string>"
}'
Revoke any issued JWT token.
curl --request POST \
--url https://api.other.page/v1/connect/revoke \
--header 'Content-Type: application/json' \
--data '{
"token_type_hint": "authorization_code",
"token": "<string>"
}'