delete https://{tenanturl}/v1.0/appgrants/
Deletes a specific OIDC or OAuth grant and the associated tokens of OIDC applications that the user owns.
Responses
204The grant was deleted.
403Access was forbidden.
Deletes a specific OIDC or OAuth grant and the associated tokens of OIDC applications that the user owns.
204The grant was deleted.
403Access was forbidden.
xxxxxxxxxx
curl --request DELETE \
--url https://tenant_url/v1.0/appgrants/gid \
--header 'accept: application/json'