Skip to main content
DELETE
Delete Article

Delete Article

Permanently deletes an article. This action cannot be undone.

Request

Path Parameters

id
string
required
The unique article 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

  • The deletion is permanent and cannot be undone.

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
404Article not foundNo article with the specified ID exists