Delete Blog
Blogs
Delete Blog
Delete a blog
DELETE
Delete Blog
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 Blog
Permanently deletes a blog and all its articles. This action cannot be undone.Request
Path Parameters
The unique blog ID to delete
Response
Whether the request succeeded
Confirmation object
Example Response
Notes
- All articles within the blog will be permanently deleted
- Comments on those articles will also be deleted
- Navigation menu links pointing to this blog will become broken
- Consider exporting articles before deletion if you need to preserve content
Error Codes
| Code | Description |
|---|---|
UNAUTHORIZED | Invalid or missing access token |
FORBIDDEN | App doesn’t have write_content scope |
NOT_FOUND | Blog with the specified ID does not exist |