Delete a blog post
Blogs
Delete a blog post
Soft-delete a blog post from the store. Requires the WRITE_BLOGS scope.
DELETE
Delete a blog post
Soft-deletes a blog post so it is hidden from all reads; returns an error if it is not found. The store is bound to your app token server-side — never send a shop id.
Authorizations
Installed-app access token (prefix app_), issued by the OAuth install flow. The store is bound to the token server-side — never send a shop id.
Path Parameters
The blog post's unique id.
Response
The blog post was soft-deleted.
Standard Salesive response envelope. The operation-specific payload is carried in data.

