Delete Blog
Blogs
Delete Blog
Delete a blog
DELETE
Delete Blog
Delete Blog
Permanently deletes a blog and all its articles. This action cannot be undone.Request
Path Parameters
The unique blog ID to delete
Response
The response uses the standard{ status, state, message, data } envelope.
On success state is "success", message confirms the deletion, and
data is omitted.
HTTP status code (
200 on success)"success" or "error"Human-readable confirmation message
Example Response
Notes
- Articles within the blog are detached from the blog when it is deleted.
- Navigation menu links pointing to this blog will become broken.
- Consider exporting articles before deletion if you need to preserve content.
Error Codes
Errors return the same envelope withstate: "error" and a message.
| Status | message | When |
|---|---|---|
401 | — | Invalid or missing access token |
403 | — | App doesn’t have the write_content scope |
404 | Blog not found | No blog with the specified ID exists |