Anchor to BlogDeletePayloadBlog
payloadBlog Delete Payload
Return type for mutation.
Anchor to FieldsFields
- Anchor to deletedBlogIddeleted•ID
Blog Id The ID of the deleted blog.
- Anchor to userErrorsuser•[Blog
Errors Delete User Error!]! non-null The list of errors that occurred from executing the mutation.
Was this section helpful?
Anchor to Mutations with this payloadMutations with this payload
- •mutation
Permanently deletes a blog from a shop. This mutation removes the blog container and its organizational structure.
For example, when consolidating multiple seasonal blogs into a single year-round content strategy, merchants can use this mutation to remove unused blogs.
Use the
mutation to:- Remove unused or outdated blogs
- Consolidate content organization
- Clean up blog structure
The deletion is permanent and returns the deleted blog's ID for confirmation.
Was this section helpful?