Delete Article
Blogs
Delete Article
Delete an article
DELETE
Delete Article
Delete Article
Permanently deletes an article. This action cannot be undone.Request
Path Parameters
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.
HTTP status code (
200 on success)"success" or "error"Human-readable confirmation message
Example Response
Notes
- The deletion is permanent and cannot be undone.
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 | Article not found | No article with the specified ID exists |