Temporarily deletes the specified folders from the Media Manager.
The deleted folders are moved to the Media Manager's trash-root
folder (trash bin) unless permanently deleted. To permanently delete folders, specify the permanent
parameter with the value true
. Permanently deleting folders isn't reversible, so make sure that the files in these folders aren't being used in a site or in any other way as the files will no longer be accessible.
Note the following:
You can only call this method when authenticated as a Wix app or Wix user identity.
IDs of the folders to move to the Media Manager's trash bin.
Whether the specified folders are permanently deleted.
Default: false
curl -X POST \
'https://www.wixapis.com/site-media/v1/bulk/folders/delete' \
-H 'Authorization: <AUTH>' \
-H 'Content-Type: application/json' \
--data-binary '{
"folderIds": ["25284aa06584441ea94338fdcfbaba12", "9v38fdcfbaba12eeb55bcf5c41eca01c0"]
}'
{}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.