Subscription and removal of subscription of developer app to apiProduct

I need to subscribe and remove subscription of developer to an api Product. I tried subscription by calling update developer app request where I send a request body {"apiProducts" : ["product1", "product2"]}. I am not able to remove the subscription, I tried to remove the apiProduct in update developer apps. But I am not able to remove it. Could anyone suggest me the proper way to subscribe and remove subscription of developer app to api Product.

0 1 297
1 REPLY 1

The API product is associated the consumer key. To remove product that are associated to developer app (consumer key) use Remove API Product for a Specific Key management api - https://apidocs.apigee.com/management/apis/delete/organizations/%7Borg_name%7D/developers/%7Bdevelop...

To add product to developer app -https://apidocs.apigee.com/management/apis/post/organizations/%7Borg_name%7D/developers/%7Bdeveloper...