patch https://{tenanturl}/v1.0/usergrants
Delete, disable, or enable all of the specified OIDC or OAuth grants and the associated tokens that belongs to the user.
Responses
204The patch operation succeeded.
403Access was forbidden.
Delete, disable, or enable all of the specified OIDC or OAuth grants and the associated tokens that belongs to the user.
204The patch operation succeeded.
403Access was forbidden.
xxxxxxxxxx
curl --request PATCH \
--url https://tenant_url/v1.0/usergrants \
--header 'accept: application/json' \
--header 'content-type: */*'