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

/api/user/files/incomplete

Delete one or more incomplete file records owned by the authenticated user.

DELETE/api/user/files/incomplete

Request Body

application/json

Response Body

application/json

application/json

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