Can someone please help how to remove Adjuster or Admin entitlement from that account without using Manage Access (if we use manage access then request goes to request center which we don’t want).
Can you tell us more about your use case? Why are you programmatically modifying the entitlement? Why are you trying to remove one part of the entitlement? What would trigger removing one part of the entitlement?
we have a workflow with trigger as schedule trigger which will loop the delimited accounts(cais_temp_account_creation delimited - this is the dummy delimited application. We are storing the ticket Number which we created in servicenow ,application name which we requested, entitlement which we requested, static ticket status as “Open” and some other details like firstname,lastname ) of particular user and get the ticket Number from that account and check that ticket in ServiceNow whether it is open or closed if it is closed then we need to create the original delimited account using cais_temp_account_creation delimited attributes (in that account we have requested application name(this is original delimited application), requested entitlement, other details like firstname…).
First we are checking whether original delimited application present are not . If not present then we are using V3 Create API to create the account. If already that account is present then we need to append the entitlement. For that we used V3 PUT API to append the entitlement.
Now I get request to revoke the entitlement. How can we revoke the entitlement without using Manage access ?