Deletes the upload slot that has been created using the /uploadmanager.newuploadslot
(Create an Upload Slot) method and retrieves the file upload status, file version and other details.
Information
To upload a file you need to perform the following actions:
- Create an Upload Slot
- Upload a File
- Delete an Upload Slot
OK
{- "response": {
- "node": "string",
- "csrfToken": "string",
- "data": [
- {
- "version": 0,
- "typedId": "string",
- "contentLength": 0,
- "totalBytesRead": 0,
- "status": "string",
- "data": null,
- "owner": null,
- "percentage": 0,
- "createDate": "string",
- "createdBy": 0,
- "lastUpdateDate": "string",
- "lastUpdateBy": 0
}
], - "status": 0
}
}