Blogs
Delete a blog article
Deletes the article. The delete happens on the platform and is permanent; Zernio stores nothing to restore it from.
Supported on Shopify (platform shopify). Accounts on platforms without blogs support return 400; a blogs-capable platform that lacks this specific operation returns 405.
delete/v1/accounts/{accountId}/blogs/{blogId}/articles/{articleId}
Path parameters
accountIdstring required
Connected Shopify SocialAccount id.
blogIdstring required
Platform-native numeric blog id. Non-numeric values return 400.
articleIdstring required
Platform-native numeric article id. Non-numeric values return 400.
Response
Article deleted (no content).