Anchor to BlogDeleteUserErrorBlog
objectBlog Delete User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- Anchor to codecode•Blog
Delete User Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- •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.
- •ID!required
The ID of the blog to be deleted.
Arguments
Was this section helpful?