Guide du développeur API
Comment pouvons-nous vous aider ?
Recherche intégrale du site

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

Haut de page Table des matières

Essayer Ragic gratuitement

Connectez-vous avec Google