Home
Delete a file and its metadata
Delete a file and the Atom document representation of its associated metadata from your collection.
Only the owner of a collection can delete a file from the collection.
See Authenticating requests for information about how to authenticate the request.
Atom API request details
Method URI Input and output representations DELETE You can determine the URI in either of the following ways:
- Value of the href attribute of the <link rel="edit"> element in the file's Document Atom entries.
- Construct the URI using the following syntax: /basic/api/myuserlibrary/document/{document-id}/entry
none
{document-id} is the value of the <td:uuid> or <td:label> elements in the file's Atom entry document.
Input
None.
Output
None. Returned HTTP Headers
- HTTP/1.1 204 No Content
- Indicates that the file metadata was successfully deleted.
Error codes
- HTTP/1.1 401 Unauthorized
- HTTP/1.1 404 Not Found
Related reference