/api/user/files/incomplete
Delete one or more incomplete file records owned by the authenticated user.
DELETE
/api/user/files/incompleteRequest 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}