Home
Delete blog posts
To delete a post from a blog, use the HTTP DELETE method.
Deleted blog posts 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 blog post Value of the href attribute of the <link> element with the rel attribute of edit for each entry in the Weblog Entries feed. none
Input
None.
Output
None. Returned HTTP Headers
- HTTP/1.1 204 No Content
- Indicates that the blog post was successfully deleted (and no content is returned).
Errors
- HTTP/1.1 401 Unauthorized
- HTTP/1.1 404 Not Found
Related reference