cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Deleting Entitlement created in SAP Entitlement Management via CPI

vinaykumardigaveedi
Participant
0 Kudos
427

Hello Support,

Initially we are creating Subscriptions , based on this Entitlements are Generated in SAP EMS system.

Now, We need to delete the Subscription, then the Corresponding Entitlement also needs to be deleted using CPI.

Could you please help me with this scenario?

Thanks,

Vinay

Accepted Solutions (0)

Answers (1)

Answers (1)

lambert_chen
Advisor
Advisor
0 Kudos

Hi Vinay,

In CPI you could first query subscription relevant entitlement through entitlement query API, then call entitlement delete API to delete these matched entitlements.

Please refer to API Hub for API detail:

https://api.sap.com/api/SAP_CF_EMS_Entitlement_Query/resource

https://api.sap.com/api/SAP_CF_EMS_Entitlement_Management/resource

Br,

Lambert Chen