Revoke a specific grant and its associated token chain by grant ID. Also removes the matching session authorization entry for this grant from the related active session. The grant must belong to the user.
DELETE
/api/users/{userId}/grants/{grantId}
curl \
--request DELETE 'https://[tenant_id].logto.app/api/users/{userId}/grants/{grantId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"