Skip to main content

Delete multiple files

DELETE
/files

Contract

Parameter
Value
Sectionfiles
AuthenticationCookieAuth
Consumesapplication/json
Producesapplication/json

Parameters

1 parameter

Name
Location
Required
Type
Description
requestbodyyesobjectIDs to delete
  • {
      "array": [
        0
      ]
    }

Responses

4 responses

Status
Description
Type
200
Files deletedno body
400
Invalid request bodyobject
401
Unauthorizedobject
500
Failed to delete the file from disk or the databaseobject
  • {
      "data": {},
      "error": "<string>"
    }
  • {
      "data": {},
      "error": "<string>"
    }
  • {
      "data": {},
      "error": "<string>"
    }