Methods

  • PATCH — Bulk file deletion

Resource

{
    "error": "string",
    "items": [
        {
            "error": "string",
            "id": "string"
        }
    ],
    "success": "boolean"
}

Properties

Name Type Description Additional
error string

Error message if success == false

Optional
items[] array

List of IDs of uploaded files

Optional
items[].error string

Error while deleting the file.
If no error occurs, the field is absent

Optional
items[].id string

File ID

Optional
success boolean

Successful request flag

Optional