AladiaDocs
Api referenceStorageFiles

Delete several files

Delete several storage

POST
/v2/storage/files/many

Delete several storage

AuthorizationBearer <token>

In: header

Query Parameters

retrieveSignedUrl?boolean
retrievePublicUrl?boolean

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v2/storage/files/many" \  -H "Content-Type: application/json" \  -d '{    "files": [      {        "fileId": "string",        "metadata": {          "mimetype": "string",          "size": 0,          "name": "string"        },        "contextCode": "lecture-attachment"      }    ]  }'
{}