Delete multiple files
Deletes multiple files from storage.
Body
application/json
fileFullNames
array string[] required
An array consisting of file path strings. Each should start with Storage/.
Example
[
"Storage/project-deep-space-exploration/test-folder/API methods.cs",
"Storage/project-deep-space-exploration/test-folder/API notes.md"
]Responses
- 204
No Content. The files were successfully deleted.
DELETE/storage
No Body