post https://{tenanturl}/oauth2/revoke
Use this API to revoke an OIDC token.
Responses
200The token was revoked.
Use this API to revoke an OIDC token.
200The token was revoked.
xxxxxxxxxx
curl --request POST \
--url https://tenant_url/oauth2/revoke \
--header 'accept: */*' \
--header 'content-type: application/x-www-form-urlencoded'