Deletes multiple files.
DEL storage
Authentication
This request requires basic authentication.
Body params
| fileFullNames | object |
An object consisting of file path strings. Each should start with the Storage/. |
|---|
Samples
Request sample
Bash (Unix Shell) |
[Bash (Unix Shell)] curl --location -g --request DELETE 'https://{portal-url}/api/v1/storage' ^ --data-raw '{ "fileFullNames": [ "Storage/project-deep-space-exploration/test-folder/API methods.cs", "Storage/project-deep-space-exploration/test-folder/API notes.md" ] }' |