Home
Delete a file collection
Delete a file collection using the HTTP DELETE request. Deleting a collection does not delete the files in the collection.
Only a manager of a collection can delete the collection.
See Authenticating requests for information about how to authenticate the request.
Atom API request details
Method URI Input and output representations DELETE Construct the URI using the following syntax: /basic/api/collection/{collection-id}/entry none
{collection-id} is the value of the <td:label> element in the collection's Atom entry document.
Input
None.
Output
None. Returned HTTP Headers
- HTTP/1.1 204 No Content
- Indicates that the file collection was successfully deleted.
Error codes
- HTTP/1.1 401 Unauthorized
- HTTP/1.1 404 Not Found
Related reference