Important:

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

Fileflare API

Borrar activos

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

Advertencia:

  • 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 files from your S3.
  • Al eliminar un bien, se eliminará de todos los productos y pedidos vinculados.

Borrar activo

Para eliminar un activo, envíe una solicitud DELETE con el ID del activo en la URL a:

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

Ejemplo

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

Respuesta

Recibirá un código de respuesta 202.


Borrar todos los activos

Para eliminar todos los activos, envíe una solicitud POST a la siguiente URL.

Nota: Esto se procesará en segundo plano. Si tienes muchos activos, esto puede llevar algún tiempo.

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

Respuesta

Recibirá un código de respuesta 202.