⭐ If you find Zipline useful, please consider giving it a star on Github! ⭐

/api/user/files/transaction

Bulk delete files (and optionally delete the underlying datasource objects).

DELETE/api/user/files/transaction

Request Body

application/json

Response Body

application/json

application/json

curl -X DELETE "https://example.com/api/user/files/transaction" \  -H "Content-Type: application/json" \  -d '{    "files": [      "string"    ]  }'
{  "count": 0}