Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Delete Monetization Data API Not Found Error

Dear team 

I hope you are doing well

I tried to use this API in my private edge server 

curl -u myemail:password http://localhost:8080/v1/mint/organizations/tcc/asyncjobs/deleteorgdata -H "Content-Type:application/json" -X POST

I got a Not Found error of 404, and this API is mentioned in the APigee edge document below.

https://docs.apigee.com/api-platform/monetization/delete-monetization-data-organization

 

Best Regards,

Amer Hijazi

0 4 241
4 REPLIES 4

Hey @Amer-Hijazi, we’ve seen that your question hasn’t gotten a response yet. We’ll keep checking in on this thread and encourage other members to share their thoughts.

By the way, we’re hosting a deep dive session on Apigee and GenAI for 2025 this week—if you’re interested, you can sign up here to join and get the link.

Thanks for being part of our community!

Hi @Amer-Hijazi,

The API path in the documentation appears correct, but a few things need to be checked:

  • You mentioned localhost:8080, is the request fired on the correct management server host with the correct port?
  • Is the org mint enabled?
  • Are you able to fire other management APIs from the same server?
  • Was the request for enabling data deletion successful (this is the prerequisite step as mentioned in the referred doc)

If you’ve verified these and are still facing the issue, I recommend raising a support case for further investigation. Let us know how it goes!

Dear @AlexET,

Thank you for answering

Yes I mentioned localhost:8080 because I run the command on the same server, I also called many APIs on the management server in the same way and it is working fine and I got a response 

Yes, I did the steps to enable the deletion successfully.

 

We solve it by deleting the monetization schema completely from the DB and installing it again.

Best Regards,

Amer Hijazi

 

Awesome, glad you got it sorted! Thanks for sharing the solution.