Remove a file-folder association
Removes a file's association with a folder; if no folder path is given, removes the file from all folders.
DELETE
/api/storage/folders/filesQuery parameters
vaultIdstringfileIdstringrequiredfolderPathstringRequest
curl
curl -X DELETE https://platform.trickest.com/api/storage/folders/files \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Association removed ({ success }); bespoke body, no entity schema
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring