ロゴ

Important:

This API is designed for experienced developers only and is provided as a self-service tool with minimal support.

Please be aware that currently, this API only supports legacy checkouts and classic customer accounts. It does not support integration with New Customer Accounts & new Checkout Extensibility. Shopify has not yet enabled app integration capabilities for New Customer Accounts. It is anticipated that these Shopify features will become available later in 2024. See Shopify’s consideration guide.

Fileflare API

資産の削除

This delete function is the same for both types of assets – Files and URL Assets.

警告だ:

  • If you have a custom S3 connected and enabled the option to delete files from S3 when deleted in the app, this function will delete all of your files from your S3.
  • アセットを削除すると、リンクされているすべての商品や注文から削除されます。

資産の削除

アセットを削除するには、URL にアセットの ID を指定して DELETE リクエストを送信します:

https://app.digital-downloads.com/api/v1/assets/:id

https://app.digital-downloads.com/api/v1/assets/82664d96-6dfd-4343-96b0-05c46f412a5b

応答

202の応答コードが表示されます。


すべての資産を削除する

すべてのアセットを削除するには、以下のURLにPOSTリクエストを送信します。

注意:これはバックグラウンドで処理されます。アセットが多い場合、処理に時間がかかることがあります。

https://app.digital-downloads.com/api/v1/assets/deleted-all

応答

202の応答コードが表示されます。