Removing Templates for Invoicing

TamaraSuttle
Contributor
Contributor

 I have old templates for invoices that I would like to delete.  How can I do this?

Login to Me Too
3 REPLIES 3

angelleye
Advisor
Advisor

I would recommend using GET to pull a list of your templates:  https://developer.paypal.com/docs/api/invoicing/#templates_get-all

 

Then use DELETE to delete the ones you want:  https://developer.paypal.com/docs/api/invoicing/#templates_delete

Angell EYE - www.angelleye.com
PayPal Partner and Certified Developer - Kudos are Greatly Appreciated!
Login to Me Too

TamaraSuttle
Contributor
Contributor

Thank you, Angelleye, but I clicked on the link and I still don't understand how to use GET.  I don't see anything to click on to use it.

Login to Me Too

angelleye
Advisor
Advisor

Are you working with PHP by chance?  If so, my PayPal PHP Class Library will make the API calls very quick and easy for you.  

 

We just recently got all of the REST APIs built into the library, so you'll need to work from the dev branch on GitHub for now, but then all of the REST APIs (and Classic APIs) wil be available in this, and you don't have to know anything more than how to work with PHP array data.

 

Let me know if you have any specific questions about that.  If you're working with some other language then you'll need to learn how to integrate PayPal's APIs using that language.  PayPal provides some SDKs for various languages.

Angell EYE - www.angelleye.com
PayPal Partner and Certified Developer - Kudos are Greatly Appreciated!
Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.