- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
How do I mass delete Zuora records with API Loader?
Question or Problem Statement:
For example, I want to mass delete subscriptions with Subscriptions API Loader. How do I do it?
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: How do I mass delete Zuora records with Generic API Loader?
Steps:
1). Get the SubscriptionId with Data Source Export.
2). Add SubscriptionId into the template - Mass Delete Subs template.csv
Id |
2c92c0f86e20d82c016e3a6585880a1d |
2c92c0f96e20e690016e3a6522fc1e12 |
3). Open Generic API Loader and then set:
In General Tab:
Name = For example, Mass Delete Subs
Run Mode = Delete
Build Name = Overdrive
Select your tenant login
In Advanced Tab:
Object = Subscription
Input = Mass Delete Subs template.csv
4). Create job
5).Checking job status.
Supporting References:
https://knowledgecenter.zuora.com/Marketplace/Market_Apps/Developer_Tools
https://knowledgecenter.zuora.com/DC_Developers/G_SOAP_API/E_SOAP_API_Calls/delete_call
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √