Home
Delete feed links
To delete a feed link, use the HTTP DELETE method.
Only the owner of a blog can delete a comment from it. Deleted comments cannot be restored.
See Authenticating requests for information about how to authenticate the request.
Atom API request details
Method Resource URI Input and output representations DELETE feed link Value of the href attribute of <link> element that has a rel="edit" attribute value for each entry in the feed links feed. none
Input
None.
Output
None. Returned HTTP Headers
- HTTP/1.1 204 No Content
- Indicates that the feed link was successfully deleted (and no content is returned).
Error codes
- HTTP/1.1 401 Unauthorized
- HTTP/1.1 404 Not Found
Related reference