clear loading zone
/members/{member}/groups/{group}/loadingzone/clear [POST]
API Support | Available since | Last updated | Output |
---|---|---|---|
4.9000 | 5.9500 | xml |
Description
Clearing the content in a member loading zone.
The Loading zone contains all the temporary files to upload. It is specific to a member and group. This service can be used to delete all the temporary files in the loading zone.
This operation is generally done either after a successful upload or as part of a general maintenance.
Parameters
Name | Description | Required | Type | Default |
---|---|---|---|---|
uploadid | The ID specific to the upload, if unspecified, the general loading zone for the user and group is used. | no | string | |
xlinkid | A comment ID used to build an upload ID (used for comment attachments’ loading zone). | no | long |
Permission
This service requires contributor or higher.
Response
This service returns the following XML:
<load-clear filesremoved="[count]" />
Error Handling
No specific errors expected for this service.