Anchor to PageDeleteUserErrorPage
objectPage Delete User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- Anchor to codecode•Page
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 page from the online store.
For example, merchants might delete seasonal landing pages after campaigns end, or remove outdated policy pages when terms change.
Use the
mutation to:- Remove outdated or unnecessary pages
- Clean up seasonal landing pages
- Delete duplicate pages
The deletion is permanent and returns the deleted page's ID for confirmation.
Was this section helpful?