Delete Article
Blogs
Delete Article
Delete an article
DELETE
Delete Article
Documentation Index
Fetch the complete documentation index at: https://docs.launchmystore.io/llms.txt
Use this file to discover all available pages before exploring further.
Delete Article
Permanently deletes an article. This action cannot be undone.Request
Path Parameters
The unique blog ID
The unique article ID to delete
Response
Whether the request succeeded
Confirmation object
Example Response
Notes
- All comments on the article will also be deleted
- The article’s featured image will be removed from storage
- Consider setting
published: falseinstead if you may want to restore the article later
Error Codes
| Code | Description |
|---|---|
UNAUTHORIZED | Invalid or missing access token |
FORBIDDEN | App doesn’t have write_content scope |
NOT_FOUND | Article or blog with the specified ID does not exist |