Delete a storage folder
Deletes a virtual storage folder along with its descendant subfolders and their file associations.
DELETE
/api/storage/foldersQuery parameters
vaultIdstringpathstringrequiredRequest
curl
curl -X DELETE https://platform.trickest.com/api/storage/folders \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Folder deleted; bespoke `{ success }` body, no entity schema
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring