Entitlements not removed after onboarding

Hi Team,

I’m new to SailPoint ISC. After onboarding a JDBC source, I ran account and group aggregation. Later, I want to remove entire source entitlements so I removed the group SQL query and entitlement schema attributes, but the entitlements are still present.

Is this expected behavior, and what is the correct way to completely remove entitlements from the source?

Thank you.
Vijay.

yes that is expected behaviour, please use the following API to get rid of that:

entitlements/reset/sources/sourceID

Hi @HussainshaSyed001

I can see only the delete API below. Can this API be used to remove entitlements?

{{baseUrl}}/entitlements/:id/access-model-metadata/:attributeKey/values/:attributeValue

actually it is available in v2024, check you have latest collection.

The following link is for doc

the following link to download or fork latest collection

1 Like

Hi @vsuddala

I also suggest you install VisualStudio Extension SDK for ISC as it merely a click to reset your accounts and entitlements instead of executing the Postman client.

Regards,
Uday

1 Like

as @uday_kilambi suggested VS is the best or simplest option:

multiple/flexible reset level options:

Rest accounts, 
Reset entitlements, 
Reset source

1 Like