post https://{tenanturl}/v1.0/endpoint//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/v1.0/endpoint/default/revoke \
--header 'accept: application/json' \
--header 'content-type: application/x-www-form-urlencoded'