/api/user/files/transaction
Bulk delete files (and optionally delete the underlying datasource objects).
DELETE
/api/user/files/transactionRequest 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}