Unable to delete API Product

Hi Team,

I am facing the below error while deleting APIProduct

Unable to delete an API Product in APIGEE , getting http status code 400 and the below response

"Cannot delete Product [test] used in Application"

but there are no Developer Apps associated to it.

All the developer Apps were deleted prior as a part of cut over activity.

Please help

0 6 1,086
6 REPLIES 6

@Christin Brown I am getting 403 error while executing curl -v https://api.enterprise.apigee.com/v1/o/{org_name}/rebuildindex -u {username} -H "Content-Type: application/x-www-form-urlencoded" -d "entity=DEVELOPER_APPS"

you are entering your org name and your username info correct ?

Yes , I am entering them correctly

@DIVYA SHARMA - Can you provide the cURL (please mask the sensitive info) ?

curl -X DELETE \ https://api.enterprise.apigee.com/v1/organizations/{org_name}/apiproducts/{product_name} \ -H 'authorization: Basic *******' \

Also in the response I am getting

  • code:"mint.stillReferenced"
  • message:"Cannot delete Product [***] used in Application"

I think it is referered in Monetization , but I have no package for this organization.