API Developer Guide
How can we help?
Full Site Search

Deleting an entry

Deleting an entry is very similar to reading an entry. All you need to do is change the request method from GET to DELETE. When it's a DELETE request, the entry at the API endpoint will be deleted.


curl -X DELETE \

-H "Authorization:Basic YOUR_API_KEY_GOES_HERE" \

-d "api" \

https://www.ragic.com/demo/sales/1/3

Top of Page Table of Contents

Start Ragic for Free

Sign up with Google