API開発者ガイド
なんか問題がある?心配しないで、答えは全部ここにいる。
全サイト検索

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

一番上に戻る 目次

無料でRagicを始める

Googleアカウントに登録