Skip to main content
DELETE
Delete Blog

Delete Blog

Permanently deletes a blog and all its articles. This action cannot be undone.

Request

Path Parameters

id
string
required
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.
status
integer
HTTP status code (200 on success)
state
string
"success" or "error"
message
string
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 with state: "error" and a message.
StatusmessageWhen
401Invalid or missing access token
403App doesn’t have the write_content scope
404Blog not foundNo blog with the specified ID exists