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
@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 ?
@DIVYA SHARMA - Can you provide the cURL (please mask the sensitive info) ?
Yes , I am entering them correctly
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.