Blogs

Delete a blog article

Deletes the article. The delete happens on the platform and is permanent; Zernio stores nothing to restore it from. On WordPress the post is force-deleted, while uploaded attachments and tags remain in the site's media library and taxonomy.

Supported on Shopify (shopify) and WordPress (wordpress).

delete/v1/accounts/{accountId}/blogs/{blogId}/articles/{articleId}

Path parameters

accountIdstring required

Connected Shopify or WordPress account id.

blogIdstring required

Platform-native numeric blog/site id returned by the list operation.

articleIdstring required

Platform-native numeric article id. Non-numeric values return 400.

Response

Article deleted (no content).

Changes