Skip to main content
DELETE
Delete Article

Delete Article

Permanently deletes an article. This action cannot be undone.

Request

Path Parameters

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.
integer
HTTP status code (200 on success)
string
"success" or "error"
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.