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