Revoke a specific user application grant by grant ID and remove the related session authorization. A logto-verification-id in header is required for revoking grants.
DELETE
/api/my-account/grants/{grantId}
curl \
--request DELETE 'https://[tenant_id].logto.app/api/my-account/grants/{grantId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"