Hello BunnyCDN Team,
Currently, the BunnyCDN Storage API only supports file-level deletion (DELETE requests). However, the web panel already provides a folder deletion option, which removes all files inside a folder in one step.
Request: We would like to request the addition of a similar feature to the API, allowing users to delete an entire folder (and its contents) with a single API call. For example:
Kod
DELETE https://storage.bunnycdn.com/{storageZone}/{folderPath}/
This would remove all files under the specified folder path.
Reasoning:
Managing large sets of files is much more efficient with folder-level deletion. Having consistency between the panel and API improves automation workflows. This feature would greatly simplify scripting and integration scenarios.
Thank you for considering this request.
Best regards,
Hello BunnyCDN Team,
Currently, the BunnyCDN Storage API only supports file-level deletion (DELETE requests). However, the web panel already provides a folder deletion option, which removes all files inside a folder in one step.
Request: We would like to request the addition of a similar feature to the API, allowing users to delete an entire folder (and its contents) with a single API call. For example:
Kod
DELETE https://storage.bunnycdn.com/{storageZone}/{folderPath}/
This would remove all files under the specified folder path.
Reasoning:
Managing large sets of files is much more efficient with folder-level deletion. Having consistency between the panel and API improves automation workflows. This feature would greatly simplify scripting and integration scenarios.
Thank you for considering this request.
Best regards,