Anchor to section titled 'undefined'

urlRedirectBulkDeleteAll
mutation

Requires write_online_store_navigation access scope. Also: Requires an active user.

Asynchronously delete URL redirects in bulk.


The asynchronous job removing the redirects.

The list of errors that occurred from executing the mutation.


Was this section helpful?
Hide code
Mutation reference
Copy
mutation urlRedirectBulkDeleteAll {
  urlRedirectBulkDeleteAll {
    job {
      # Job fields
    }
    userErrors {
      field
      message
    }
  }
}
Hide code
Input
Copy
{}